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

What classes of exceptions may be thrown by a throw statement?

0 Answers  


Is java 11 paid version?

0 Answers  


What is the difference between pageContext and page implicit objects in jsp?

9 Answers   Gspann Technologies, Merrill Lynch, Polaris,


diff b/w sleep(1000) and wait(1000)?

4 Answers   Huawei,


why constructor dont have returns type?

9 Answers   IBM,






Java is Pass by Value or Pass by Reference?

0 Answers   BirlaSoft,


What is difference between calling start() and run() method of thread?

0 Answers  


Can we pass null as argument in java?

0 Answers  


what is multitherading

3 Answers   Tech Mahindra,


What is the preferred size of a component?

3 Answers   ITSA,


Explain some best practices you would apply while using collection in java?

0 Answers  


What is var keyword ?

0 Answers   Wipro,


Categories