In Java Networking, what is the purpose of the `Socket` class?

In Java Networking, what is the purpose of the `Socket` class? Correct Answer To create a client socket for communication with a server

Related Questions

In Java Networking, which class is used for creating a UDP socket?