---
title: "What is composition in java?"  
description: "What is composition in java?"  
author: "Royce Roy"  
published: 2015-03-28  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/2370/what-is-composition-in-java  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What is composition in java?

Holding the reference of the other class within some other class is known as composition.

## Answers

### Answer by Anonymous User

Holding the reference of the other class within some other class is known as composition.


---

Original Source: https://www.mindstick.com/interview/2370/what-is-composition-in-java

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
