3rd Sem Exam Time Table

Network Assigment

Step 1 :go spin dowload the CollectionOfJava.rar.

Step 2:Extract all the file into a new folder.

Step 3:compile the RecvTCP.java and SendTCP.java in command prompt.
(example: javac RecTCP.java)

Step 4: Run the RecTCP.java(as server) first then only run SendTCP.java(as client) in command prompt.
(**example:
java RecTCP 7000(at server cmd)
java SendTCP "" 7000 (at client cmd)

You will see the output like this

Server


Client

***For the RecvUDP and SendUDP also same as above step!
Related Posts with Thumbnails