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?

