Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import java.io.*;
- import java.net.*;
- public class client {
- public static void main(String[] args) throws IOException{
- Socket s = new Socket("localhost",4999);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement