Answer:
Applet is the correct to the given question .
Step-by-step explanation:
The java applet is a program that is executed by the web browser .The java applet is the small program application that are run in the web browser .In the java applet program we can play the sound which is not done by the standalone application .
- The java applet program is more secure then the standalone application because it will run in the network and access the resources .
- The java applet takes more computer's resources as compared to the standalone application .
- The user will used the <applet > tag to creating the applet file .