What is the difference between AWT & Swing?
Answer Posted / vinay
this is vinay
1. swing is light weight component and awt is heavy weight
component.
2. swing components require javax.swing package where as
awt comonents require java.awt package
3. awt requres native code to execute/run but not swings
4. swing are also known as JFC's
5. swing is a look and feel component and it is purely
developed in java.
| Is This Answer Correct ? | 101 Yes | 25 No |
Post New Answer View All Answers
What are swings awt?
How is multi-threading gets implemented using swing?
What is the function of abstractaction class?
Explain how to render an html page using only swing.
Is swing part of core java?
What are swing components?
What is the difference between applications and applets?
What is the function of internal frame in swing?
What is a swing day?
Hello Everyone.. I m trying to develop a java swing application where i can display a doc file Jeditorpane or Jtextpane.
What are the containers available in swing?
What is an event and what are the models available for event handling?
What is difference between applet and swing?
What is double buffering ?
What is the process of setting the layout manager?