Skip to content
Related Posts:
TCP/IP Server example in Java
The ServerSocket class is used to
create servers. Typically we create the ServerSocket instance with the port
number to be published for client con… Read More
Difference between TCP and UDP
TCP
UDP
Reliability: TCP is connection-oriented protocol. When a file or
message send it will get delivered unless co… Read More
HTTP GET and POST
By default the URLConnection sends an HTTP GET request to the webserver. If you want to send an
HTTP POST request instead, call the URLConnection… Read More
TCP/IP Client example in Java
The Socket class is used for client
connections. The client connects on the published port of the server. Please
note the usage of InetAddress clas… Read More
Traversing in Linear Array
Array is a container which can hold a fix number of items and these items should be of the same type. Most of the data structures make use of … Read More
0 comments:
Post a Comment