What is the difference between AWT and Swing

Showing Answers 1 - 1 of 1 Answers

rams

  • Mar 22nd, 2006
 

Swings r faster than awt

Awt uses heavyweight components for user interfaces.

Swing uses lightweight components

implementations of AWT components uses native code which may vary from one machine to another.

Swing components are pure java code

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions