Java Applet Programming Question:
Download Questions PDF

What is AppletStub Interface?

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Which classes and interfaces does Applet class consist?What tags are mandatory when creating HTML to display an applet?