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

How are destructors defined in java?

0 Answers  


How do you define a parameter?

0 Answers  


What is the arguement of main method?

1 Answers  


What for read() function?

3 Answers  


I have 100 records in a table with two rows. I need to display 10 records per page like Google Search. I need only the Logic(Pagination) in Pure Java. No JSP and all..Thanks in Advance...

2 Answers   Cybernet,






What is deserialization and how do we do deserialization?

3 Answers   Synechron,


What is a parameter in a function?

0 Answers  


What is sortedset in java?

0 Answers  


Can constructor be protected in java?

0 Answers  


What are heterogeneous objects?

0 Answers  


How can an object be unreferenced?

0 Answers  


Why is the type for real numbers called double?

0 Answers  


Categories