You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementing TCP,IP sockets in java is possible by using the ServerSocket and Socket class. TCP protocol uses sockets for programming in which we make a ServerSocket object that acts as a server and a socket object which takes the port number and IP address as two arguments so to establish a connection between them. All the exchange of messages will take place through DataInputStream object and DataOutputStream object.
Can we implement cross platform low level TCP.IP sockets in java
The text was updated successfully, but these errors were encountered: