Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


heavy components means what?

Answers were Sorted based on User's Feedback



heavy components means what?..

Answer / ranganathkini

Heavy components are GUI components which depend on a native
peer for displaying themselves. AWT uses heavy weight
components. This means that when u try to create a heavy
component, AWT realizes a native peer or creates a native
object and requests that native object to draw the component
using native APIs.

Heavy components are bad performes as they consume a lot of
system resources and have platform specific look and feel.
Also they are not fast as updates and notifications have to
pass thru several layers of method calls and callbacks to
get executed.

An alternative is the SWING GUI library which does not
depend on native objects for display, they use the Java 2D
API for drawing and display. These objects are much more
light weight and are very fast.

Is This Answer Correct ?    1 Yes 0 No

heavy components means what?..

Answer / devarathnam c,kotagudibanda(po

Hi...
Heavy components means , the components that are fully
dependent on underlaying OS.
Example:Applet

Is This Answer Correct ?    0 Yes 0 No

heavy components means what?..

Answer / ravikiran

Which will load very slowly into the memory

Is This Answer Correct ?    0 Yes 0 No

heavy components means what?..

Answer / arjun sanapathi

lightweight component have transparent pixels which
heavyweight have opaque and also light weight is not dependent
on other objects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Are the equals() and hashCode() protected methods of object class?

1 Answers   Avaya,


What is the best way to findout the time/memory consuming process?

0 Answers  


I want to print “hello” even before main is executed. How will you acheive that?

0 Answers  


whatis Home interface and Remoteinterface? with example?

0 Answers   Saksoft,


Difference between method overloading and overriding.

0 Answers  


what is difference between length and length()?

8 Answers  


Can we extend singleton class in java?

0 Answers  


Definition for connection pooling?

3 Answers  


What happens when you assigned a 'double' value to a 'String'?

8 Answers  


Can interface be private in java?

0 Answers  


What is a war file?

0 Answers  


what is for datainputstream?

1 Answers  


Categories