Hell,
I've developed my first Client/Server application using socket programming
the application works as follows:the client sends a
string in lower case to the server and the server replies with the same string in upper case letters
I've developed these two classes
Client.java
and the Server.java
My problem is that i don't know how can i run this application through command prompt or NetBeans.
so, I'd be grateful if you can help me in this
thanks in advance...................