---
title: "What are pass by reference and passby value in java?"  
description: "What are pass by reference and passby value in java?"  
author: "Sumit Kesarwani"  
published: 2014-03-26  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/1934/what-are-pass-by-reference-and-passby-value-in-java  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What are pass by reference and passby value in java?

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 Sumit Kesarwani

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/1934/what-are-pass-by-reference-and-passby-value-in-java

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
