Explain the differences between an applet and a Japplet?

Answer Posted / chandra rekha

Components are basically of two types AWT(abstract window
tool) components and swing components. The swing components
provide better look and feel and they are light weight
components compared to awt components. Swing components are
derived from the javax.swing.* package and they are
prefixed with 'J'(like JFrame,JButton,JApplet)....applet is
derived from the package java.applet.*

Is This Answer Correct ?    35 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to create image slideshow in java swing?

603


Which package is needed for swing components?

481


What is the role of java swing?

498


How to print in java swing application?

501


What are swings?

511






What is jfc swing in java?

518


What is a component in swing?

498


What is import javax swing?

512


Why should any swing call back implementation execute quickly?

575


Why swing is used in java?

523


Which method is used by the applet to recognize the height and width?

644


What is java panel swing?

506


Which containers use a border Layout as their default layout in swing?

557


Write a program to paint the off-screen buffer in swings

551


What class is at the top of the AWT event hierarchy?

650