What is light weight component?

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


Please Help Members By Posting Answers For Below Questions

Why volatile is used in java?

524


What function extracts specified characters from a string?

558


Explain about the interpreter in java?

617


What is the use of string and stringbuffer?

540


How do you reverse a string in java without using string buffer?

585






How we can run a jar file through command prompt in java?

514


What is computer compiler?

525


What is a generic type?

552


what is meant by Garbage collection?

616


What are the methods of object class ?

557


How do you ensure that n threads can access n resources without deadlock?

802


Is space a string in java?

506


What is reflexive association?

999


What does sprintf mean?

524


What is not thread safe?

485