What is the difference between an Applet and an Application? - An applet runs with the control of a browser whereas an application runs standalone. The application runs with the support of a virtual machine.
- An applet has restrictions with respect to network access whereas the application does not. Interactive and dynamic applications can be used with applet. A java application can have full access to network and local file system.
|