In this topic, you will learn about, Difference between Applet and Application.
Applet | Application |
It is a platform-dependent component. | It is a platform-independent component. |
It uses an applet package for execution. | It uses lang, swing, and SQL packages for execution. |
Applet use applet viewer or web browser for execution. | It uses the current environment for execution. |
It cannot create an executable file. | It can create an executable file. |
Applet cannot be installed or create a setup file. | It can be installed or created by using a setup file. |
Also, Read Applet Life-Cycle With Examples.
Comment below if you have queries related to the above article Difference between Applet and Application