Advertisement
Cnvmendoza

client.java

Sep 3rd, 2022
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.18 KB | None | 0 0
  1. import java.io.*;
  2. import java.net.*;
  3.  
  4. public class client {
  5.     public static void main(String[] args) throws IOException{
  6.         Socket s = new Socket("localhost",4999);
  7.     }
  8. }
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement