Java Swing Programming Question:

What are heavyweight components ?

Java Swing Programming Interview Question
Java Swing Programming Interview Question

Answer:

A heavyweight component is one that is associated with its own native screen resource (commonly known as a peer).


Previous QuestionNext Question
What are the differences between Swing and AWT?What is lightweight component?