Physics, asked by LohithaDarisi439, 1 year ago

List out the reason why swing is called lightweight components and AWT is called Heavyweight components in Java.

Answers

Answered by salmankhanhero
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