---
title: "What is meant by pass by reference and pass by value in Java?"  
description: "What is meant by pass by reference and pass by value in Java?"  
author: "Chris Anderson"  
published: 2012-06-13  
updated: 2020-09-17  
canonical: https://www.mindstick.com/interview/1475/what-is-meant-by-pass-by-reference-and-pass-by-value-in-java  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What is meant by pass by reference and pass by value in Java?

Pass by reference means, passing the address itself rather than passing the value. Pass by value means passing a copy of the value.

## Answers

### Answer by Chris Anderson

Pass by reference means, passing the address itself rather than passing the value. Pass by value means passing a copy of the value.


---

Original Source: https://www.mindstick.com/interview/1475/what-is-meant-by-pass-by-reference-and-pass-by-value-in-java

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
