---
title: "What is a lightweight component?"  
description: "What is a lightweight component?"  
author: "Anonymous User"  
published: 2015-05-03  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/2478/what-is-a-lightweight-component  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What is a lightweight component?

Lightweight components are the one which doesn't go with the native call to obtain the graphical units. They share their parent component graphical units to render them. For example, Swing components.

## Answers

### Answer by Anonymous User

Lightweight components are the one which doesn't go with the native call to obtain the graphical units. They share their parent component graphical units to render them. For example, Swing components.


---

Original Source: https://www.mindstick.com/interview/2478/what-is-a-lightweight-component

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
