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
Who created the swing?
Why is model-view-controller architecture used in swing?
What is swing gui?
What do you mean by java swing?
What is an event in Swing?
In what context should the value of swing components be updated directly?
How is multi-threading gets implemented using swing?
Why swing is used in java?
What are swings?
What is swing gui in java?
What is java swing package?
What are the advantages of the event-delegation model over the event-inheritance model?
What are swing controls?
How to change button color in java swing?
What are the components of swing in java?