---
title: "What do you mean by Object?"  
description: "What do you mean by Object?"  
author: "Anonymous User"  
published: 2015-06-19  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/2638/what-do-you-mean-by-object  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What do you mean by Object?

Object is a runtime entity and it’s state is stored in fields and behavior is shown via methods. Methods operate on an object's internal state and serve as the primary mechanism for object-to-object communication.

## Answers

### Answer by Anonymous User

Object is a runtime entity and it’s state is stored in fields and behavior is shown via methods. Methods operate on an object's internal state and serve as the primary mechanism for object-to-object communication.


---

Original Source: https://www.mindstick.com/interview/2638/what-do-you-mean-by-object

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
