Multiple choice

Which of the following classes sits on top of a platform-dependent implementation, hiding the details of any particular system from your java program?

  1. Java applet

  2. Java socket class

  3. The ContentHandler class

  4. The InetAddress class

  5. Stock

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

The java socket class sits on top of a platform-dependent implementation, hiding the details of any particular system from your java programs.