| ★ wanayoo — archive 1999 http://java.webdeveloper.com/community/faq/faq3.html | Nouvelle recherche | Portail wanayoo |
![]() | ||||||||||||||
Java Boutique : Java Forum : FAQ :What is the difference between an applet and an application?A Java application is made up of a main() method declared as public static void that accepts a string array argument, along with any other classes that main() calls. It lives in the environment that the host OS provides. A Java applet is made up of at least one public class that has to be subclassed from java.awt.Applet. The applet is confined to living in the user's Web browser, and the browser's security rules, (or Sun's appletviewer, which has fewer restrictions).
How to Add Java Applets to Your SiteNew on the Java Boutique:
New Article:
New Tutorial: Elsewhere on internet.com:
WebDeveloper Java
WDVL Java
ScriptSearch Java |
| |||||||||||||
