Multiple choice

The java.net package in the java platform provides a class __________ that implements one side of a two way connection between your java program and another program on the network.

  1. Java applet

  2. Filter

  3. Socket

  4. Abstract window toolkit

  5. Stock

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

The java.net package in the java platform provides a class socket that implements one side of a two way connection between your java program and another program on the network.