---
title: "What is the difference between an argument and a parameter:"  
description: "What is the difference between an argument and a parameter:"  
author: "Pushpendra Singh"  
published: 2010-10-25  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/167/what-is-the-difference-between-an-argument-and-a-parameter  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What is the difference between an argument and a parameter:

While defining method, variables passed in the method are called parameters. While using those methods, values passed to those variables are called arguments.

## Answers

### Answer by Pushpendra Singh

While defining method, variables passed in the method are called parameters. While using those methods, values passed to those variables are called arguments.


---

Original Source: https://www.mindstick.com/interview/167/what-is-the-difference-between-an-argument-and-a-parameter

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
