What is diffennce between AWT & SWING?

Answers were Sorted based on User's Feedback



What is diffennce between AWT & SWING?..

Answer / 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

What is diffennce between AWT & SWING?..

Answer / amar

AWT are heavy weight components while Swing are light
weight components.

Is This Answer Correct ?    6 Yes 1 No

What is diffennce between AWT & SWING?..

Answer / sure

AWT is heavy-weight components, but Swing is light-weight
components. AWT is OS dependent but Swing components are OS
independent.

Swing components can access data in the databases while AWT
components are not.

Is This Answer Correct ?    1 Yes 1 No

What is diffennce between AWT & SWING?..

Answer / somu

applet is heavy weight components
swing is light weight components
applet doesnot having progressbar,editorpane,passwordfield
controls.but swing having this
applet doesnot support to change button size
but swing support it,,,

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

What is RMI Registry?

6 Answers   Siemens, United Software Solutions,


how we can implement interface in jsp ?

2 Answers   Google,


what is handle?

0 Answers  


What is mdb and what is the special feature of that?

0 Answers  


Is jvm a overhead?

0 Answers  






What is the difference between java class and bean?

0 Answers  


function of extends and implements keywords?

2 Answers  


What are the high-level thread states?

1 Answers  


In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?

0 Answers  


what is the difference between System.out.println and out.println in java

10 Answers   CTS,


1) what is synchronization? 2)write a program to show synchronization ? 3) what is orm? 4) what is getTemplete method and hw u use it? 5)write a singleton program ? 6) what is IOC concept & explain it? 7) methods of spring? 8)explain spring framework? 9)what are the oops concept? 10)what r the diff types of exception? 11)what is AOP(assepct oriented programing)? 12)jsp life cycle? 13)servlet life cycle? 14)how to u catch ur exception when executing a query in hibernate? 15)write javascript function? 16)write a querry to join two tables? 17)wap to show inheritance and use of interface? 18)explain the project? 19)in spring bean class uses singleton or prototype? 20)Explain prototype?

1 Answers   Cap Gemini,


Can I have an action without a form?

0 Answers  


Categories