What is light weight component?

Answers were Sorted based on User's Feedback



What is light weight component?..

Answer / niranjanravi

swings,threads are light weight components

Is This Answer Correct ?    7 Yes 0 No

What is light weight component?..

Answer / cj.ashok

Light weight Component is Swing, for ex: In swings If u
want to create button the JVM is wont Ask that button to OS
instead of it ill create its own button type, thats y v
called swing is light weight component,

The Applet is heavy weight component becoz the JVM ask the
button component to OS,then the OS will give components to
JVM, Thats y v called Apllet is Heavy Weight Component

Is This Answer Correct ?    3 Yes 1 No

What is light weight component?..

Answer / ravikiran(aptech mumbai)

light weight component is the one which will load into the
server easily

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

Can a class have multiple constructors?

0 Answers  


what is interface in java? Explain

0 Answers  


What is integers and example?

0 Answers  


What is bubble sorting in java?

0 Answers  


why abstract class does not have object creation

6 Answers   Value Labs,






I have 100 records in a table with two rows. I need to display 10 records per page like Google Search. I need only the Logic(Pagination) in Pure Java. No JSP and all..Thanks in Advance...

2 Answers   Cybernet,


What is the impact of declaring a method as final?

0 Answers  


What is java util concurrentmodificationexception?

0 Answers  


What is the purpose of using break in each case of switch statement?

0 Answers  


Which is easier netbeans or eclipse?

0 Answers  


How do you change an int to a string?

0 Answers  


What is a control variable example?

0 Answers  


Categories