V I J E S H
V I J E S H

Reputation: 7594

connecting to client system using ip address

I am doing a chating program in java.How can i Connect the server to a particular client system by entering its IP address?

Upvotes: 0

Views: 750

Answers (1)

Brian Roach
Brian Roach

Reputation: 76898

Without being rude, your question seems to be one of "How do I win the F1 championship?" when you don't know how to drive a car.

If I'm wrong, the Java Socket tutorials should give you everything you need: http://download.oracle.com/javase/tutorial/networking/sockets/

Upvotes: 4

Related Questions