difference between application and applets
| Application | Applets |
|---|---|
| Functionality of the application | Functionality of the applets |
| Application can access the local file system and resources | Restricted to access the local file system and resources |
| author of the application | author of the applets |
| creating and runing an application is easy | creating and running an applet is complex |
| this is executed by typing commands on the command line | this is executed using applet viewer or any browser |
| application contains main method | applets does not contain main method |
No comments