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 is the relationship between class and object?

0 Answers  


which method throws exception of type Throwable

2 Answers  


What is static and a non-static inner class?

3 Answers  


What is a instance variable?

0 Answers  


How many bits is a double?

0 Answers  






Difference between Linked list and Queue?

0 Answers   Virtusa,


When should I use abstract classes and when should I use interfaces?

2 Answers  


What is stack class in java?

0 Answers  


What is externalizable?

0 Answers  


What is unicode?

1 Answers  


What are the differences between path and classpath variables?

0 Answers  


What is an immutable object? How do you create one in java?

0 Answers  


Categories