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
Are global variables initialized to zero?
Why inputstreamreader is used in java?
What does singleton class mean?
What is the purpose of tostring() method in java?
Is it possible to write a regular expression to check if string is a number?
What are encapsulation, inheritance and polymorphism?
Is 0 a real number?
What is meant by call by reference?
Is null in java?
What are the four integer types supported by java?
What is the difference between exception and error in java?
Can inner class be public in java?
What is array length?
What are the 4 types of research methods?
Is hashmap thread safe?