What is light weight component?
Answers were Sorted based on User's Feedback
swings,threads are light weight components
| Is This Answer Correct ? | 7 Yes | 0 No |
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 |
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 |
How are this and super used?
How to print nodes of a Binary tree?
What is default specifier ??? Use of default specifier ???
What is the use of runnable interface?
List some oops concepts in java?
Why hashmap is used in java?
How to prevent a field from serialization ?
What is java in layman terms?
What is array length?
What is the difference between ArrayList and Vector? which one is better in Java
0 Answers SkillGun Technologies,
What is percentage in java?
Difference between this() and super() ?