List out the reason why swing is called lightweight components and AWT is called Heavyweight components in Java.
Answers
Answered by
0
Unlike AWT components, Swing components are not implemented by platform-specific code. Instead, they are written entirely in Java and therefore are platform-independent. The term "lightweight" is used to describe such an element.
Similar questions