---
title: "What are pass by reference and passby value?"  
description: "What are pass by reference and passby value?"  
author: "Anurag Sharma"  
published: 2010-11-10  
updated: 2020-09-17  
canonical: https://www.mindstick.com/interview/227/what-are-pass-by-reference-and-passby-value  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What are pass by reference and passby value?

Pass By Reference means the passing the address itself rather than passing the value.\
Passby Value means passing a copy of the value to be passed.

## Answers

### Answer by Anurag Sharma

Pass By Reference means the passing the address itself rather than passing the value.\
Passby Value means passing a copy of the value to be passed.


---

Original Source: https://www.mindstick.com/interview/227/what-are-pass-by-reference-and-passby-value

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
