difference between application and applets

Share:

difference between application and applets

































ApplicationApplets
Functionality of the applicationFunctionality of the applets
Application can access the local file system and resourcesRestricted to access the local file system and resources
author of the applicationauthor of the applets
creating and runing an application is easycreating and running an applet is complex
this is executed by typing commands on the command linethis is executed using applet viewer or any browser
application contains main methodapplets does not contain main method

No comments