Multiple choice technology programming languages

The information needed to create a TCP socket for communication in JSP is

  1. The Local Systems IP Address

  2. Local Systems Port Number

  3. Remote System’s IPAddress

  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Creating a TCP socket requires the local system's IP address, local system's port number, and the remote system's IP address. These three pieces of information are necessary to establish a bidirectional communication channel between two endpoints.