Java Applet Programming Question:

What is AppletStub Interface?

Tweet Share WhatsApp

Answer:

The applet stub interface provides the means by which an applet and the browser communicate. Your code will not typically implement this interface.

Download Java Applet PDF Read All 26 Java Applet Questions
Previous QuestionNext Question
Which classes and interfaces does Applet class consist?What tags are mandatory when creating HTML to display an applet?