Multiple choice

By using which of the following classes can your Java programs communicate over the network in a platform-independent fashion?

  1. java.net.socket class

  2. StackFrame class

  3. InetAddress class

  4. javax.swing.text.html.parser

  5. Query

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

By using the java.net.socket class, your java programs can communicate over the network in a platform-independent fashion.