identification of the client towards of the server

the customer (client) must be identified to have access to the server, therefore it sending the parameters (login and password) by:

public DataInputStream in;

public DataOutputStream out;

Is it possible or not?

and how I can do it?

[331 byte] By [ppelottesa] at [2007-10-2 21:17:36]
# 1
Just send them as parameters to the first remote method call.
ejpa at 2007-7-14 0:26:12 > top of Java-index,Core,Core APIs...