1. What are Applets?
Applet is a special type of Java program that is used in web applications and can be used to handle client-side validations. Browsers are required for their execution. Applets allow event-driven programming.
2. What are the types of Applets?
1. Local Applets: A local applet is the one that is stored on our own computer system.
2. Remote Applets: A remote applet is the one that is located on a remote computer system.
3. What is
0 comments:
Post a Comment