Multiple choice Which of the following is a Java application launched from a webpage? Swing OLE JDBC JVM 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.