Hi,
you didn't write why it doesn't work.
This could help ...

...
String query = "begin ? := sp_listEmp(?); end;";
...
cstmt.setInt(2, num1);
...

Regards,
Ales