What is the difference between AWT & Swing?
Answers were Sorted based on User's Feedback
Answer / himaja
awt components are platform dependent whereas swing components are platform independent
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between invokeAndWait() and invokeLater()?
what is difference between checked and unchecked exception plz explain examples ?
What is the default look and feel of a Swing Component?
What are the various components of swing?
What's java swing?
What is swing gui in java?
What are the advantages of the event-delegation model over the event-inheritance model?
What is the use of jcomponent class in swing?
can we create a object in static block class A { static { A a=new A(); } }
How to print in java swing application?
How to add and delete nodes in Jtree?
Which types of components are used in designing swing based gui?