Wednesday 21 November 2012

Top Java Swing Interview Questions and Answers

What is the difference between Swing and AWT components?
AWT components are heavy-weight, whereas Swing components are lightweight. Hence Swing works faster than AWT. Heavy weight components depend on the local windowing toolkit. For example, java.awt.Button is a heavy weight component. Pluggable look and feel possible using java Swing. Also, we can switch from one look and feel to another at runtime in swing which is not possible in AWT.

Click Here   Top Java Swing Interview Questions and Answers

0 comments:

Post a Comment