Answer Posted / neela
A AWT is heavy-weight components, but Swing is light-weight
components. AWT is OS dependent because it uses native
components, But Swing components are OS independent. We can
change the look and feel in Swing which is not possible in
AWT. Swing takes less memory compared to AWT. For drawing
AWT uses screen rendering where Swing uses double
buffering.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is message driven beam?
What is the difference between RMI and Corba?
What is synchronization and why is it important?
Why are component architectures useful?
To what value is a variable of the string type automatically initialized?
What are callback interfaces?
What are the call back methods in entity bean?
How will you pass parameters in RMI? Why do you serialize?
What is the purpose of the notifyall() method?
What state does a thread enter when it terminates its processing?
What is an abstract method?
What is the relationship between the canvas class and the graphics class?
Which class is the immediate superclass of the menucomponent class?
Can I run seam with jdk 1.4 and earlier?
What is the immediate superclass of the applet class?