Tuesday, November 29, 2011

Can I execute or call one applet from another applet? If so then how??? Please Reply me...

Yes, we can call a application from another application for example in a web application we can call a document and read the data from it like that we can call some other aplication to run in a action :Yes.using getapplets metod: Applet Applet2 = getApplet("App2");:no we can not call an applet when an applet is running because at a time one applet viewer can execute
Category:Java Interview Questions

No comments:

Post a Comment