What is applet? Explain different types of applets?
Applets are small java program that are primarily, use in internet computing. They can be transported over the internet from one computer to another and run using the applet viewer or any web browser that supports java. It can perform
arithmetic operation) display graphics, play sounds, accept user input, create animation, and play Interactive games.
There are two types of applets:
1.Remote applet.
2. Local applet
1.Remote applet:-
A remote applet is that which is develop by someone else and store on a remote computer connected to the internet. If our system is connected to our internet we can download the remote applet on to our system via the internet and run it. Following figure is illustrated this:-
2.Local applet:-
An applet develop locally and stored in a local-systern is known as Local applet. When a web page is trying to find a local applet, it does not net to usethe intern connectand therefore the local system does not require the internetion. It simply searches the directory in the local system and locate andloads the special specified that following fig. is illustrated this:-
No comments :
Post a Comment