How to create a TCP/IP ServerSocket in Java?
..........
I want to make 2 computers connect to each other using the same Applet....
where I know their IPs...

So,how could I write the code for that ServerSocket?