What is meant by Applet Stub Interface ?

Questions by ushaAV

Showing Answers 1 - 2 of 2 Answers

intalaash

  • Sep 28th, 2006
 

When an applet is first created, an applet stub is attached to it using the applet's setStub method. This stub serves as the interface between the applet and the browser environment or applet viewer environment in which the application is running.This interface is basically implemented by applet viewers or browsers that want to display applets within them. This interface is not normally implemented by Java applet developers.

  Was this answer useful?  Yes

intalaash

  • Sep 28th, 2006
 

When an applet is first created, an applet stub is attached to it using the applet's setStub method. This stub serves as the interface between the applet and the browser environment or applet viewer environment in which the application is running.The java.applet.AppletStub interface is most often used as an interface to build applet viewers, browsers, or other tools that want to display applets within them. This interface is not normally implemented by Java applet developers.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions