Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 339 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 339 Bytes

Bi Directional TCP using JAVA

install modules

1.JDK latest

Compile and Run

javac filename.java
java classname

eg:-

javac BiServer.java
java BiServer

ScreenShots

output

File structure