0% found this document useful (0 votes)
49 views3 pages

Java Applets

The document discusses Java applets, which are programs embedded in webpages that run on the client-side browser to generate dynamic content. Applets have advantages like less response time since they run on the client-side, security, and ability to run on multiple platforms. They require a plugin to execute but allow for animation, painting, displaying clocks, and communication between applets. Applets extend from the Panel class which extends other classes in the Component hierarchy.

Uploaded by

City Rider
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views3 pages

Java Applets

The document discusses Java applets, which are programs embedded in webpages that run on the client-side browser to generate dynamic content. Applets have advantages like less response time since they run on the client-side, security, and ability to run on multiple platforms. They require a plugin to execute but allow for animation, painting, displaying clocks, and communication between applets. Applets extend from the Panel class which extends other classes in the Component hierarchy.

Uploaded by

City Rider
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Java

Applet
Applet is a special type of java program that is embedded in the webpage to
generate the dynamic content. It runs inside the browser and works at client
side.

Advantage of Applet
There are many advantages of applet. They are as follows:

o It works at client side so less response time.


o Secured
o It can be executed by browsers running under many plateforms,
including Linux, Windows, Mac Os etc.

Drawback of Applet
o Plugin is required at client browser to execute applet.

Do You Know
o Who is responsible to manage the life cycle of an applet ?
o How to perform animation in applet ?
o How to paint like paint brush in applet ?
o How to display digital clock in applet ?
o How to display analog clock in applet ?
o How to communicate two applets ?
Hierarchy of Applet

As displayed in the above diagram, Applet class extends Panel. Panel class
extends Container which is the subclass of Component.

Lifecycle of Java Applet


Only two pages were converted.
Please Sign Up to convert the full document.

www.freepdfconvert.com/membership

You might also like