Heavyweight components and lightweight component

What are heavyweight components? What is lightweight component?

- In Java AWT (Abstract Window Toolkit), GUI components created are OS dependent. When they are created, each component forms a peer component due to which they are called heavyweight components.
- Swing components are platform independent. No peer components are formed due to which they are called lightweight components.
Different types of controls in AWT
Controls and types of controls in AWT - Controls are components that allow a user to interact with your application....
What is JFC? What are the features of JFC?
What is JFC? What are the features of JFC? - ....
Difference between Swing and JSF
Difference between Swing and JSF - JSF applications cannot operate when a network is not present....
Post your comment