Answer Posted / 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 |
Post New Answer View All Answers
What are the parts of a method?
What are the elements of java?
Does chrome use java?
What do you understand by weak reference?
Is string is a class in java?
How java is similar to c?
How can an object be unreferenced?
What are the different ways of creating thread?
What is your platform’s default character encoding?
How does java enable high performance?
What is the purpose of format function?
How many types of memory areas are allocated by JVM in java?
Are arrays passed by reference in java?
What is the difference between checked exception and unchecked exception?
What is the maximum size of list in java?