What is meant by Applet Stub Interface

Showing Answers 1 - 2 of 2 Answers

ammasmohan

  • Oct 4th, 2005
 

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.Source: http://docs.rinet.ru/J21/ch33.htm

  Was this answer useful?  Yes

Thamizhselvi

  • Jul 23rd, 2007
 

The AppletStub Interface provides, communicate between an applet and the browser [or applet viewer].
Programmer will not implement this interface.

  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