Multiple choice

Which of the following is a Java application launched from a webpage?

  1. Swing

  2. OLE

  3. JDBC

  4. JVM

  5. Applet

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

A Java applet is a small application written in Java, and delivered to users in the form of bytecode. The user launches the Java applet from a webpage.