Swing AWT Interview Questions
http://dev.fyicenter.com/Interview-Questions/SwingAWT/
What's Swing?
Swing is a GUI toolkit for Java. It is one part of the Java Foundation
Classes
(JFC). Swing includes graphical user interface (GUI) widgets such as
text boxes,
buttons, split-panes, and tables.
Swing widgets provide more sophisticated GUI components than the
earlier
Abstract Window Toolkit. Since they are written in pure Java, they run
the same
on all platforms, unlike the AWT which is tied to the underlying
platform's
windowing system. Swing supports pluggable look and feel – not by
using the
native platform's facilities, but by roughly emulating them. This
means you can
get any supported look and fThe Java EE 5 Tutoriall on any platform.
The
disadvantage of lightweight components is slower execution. The
advantage is
uniform behavior on all platforms.
Please visit this site:
http://dev.fyicenter.com/Interview-Questions/SwingAWT/
Thank you,
Team DEVFYI - Developer Resource FYI
http://dev.fyicenter.com/