+1 vote
in JAVA by
What is a heavyweight component?

1 Answer

0 votes
by
The portable elements provided by the operating system are called heavyweight components. AWT is limited to the graphical classes provided by the operating system and therefore, It implements only the minimal subset of screen elements supported by all platforms. The Operating system dependent UI discovery tools are called heavyweight components.
...