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
What is event in java swing?
What are differences between swing and awt?
Is swing an adjective?
What is the class in swing to change the appearance of the frame in runtime?
What is import javax swing in java?
What is the base class for all swing components?
What are the swing components?
Why swing is better than awt?
Which method is used for setting security in applets?
What are heavyweight components? What is lightweight component?
Why should the implementation of any swing callback (like a listener) execute quickly?
What is jpanel in java swing with example?
What are the advantages of the event-delegation model over the event-inheritance model?
Write a program to include the internal frame in swing.
What is import javax swing jframe?