---
title: "What is the difference between Assignment and Initialization?"  
description: "What is the difference between Assignment and Initialization?"  
author: "Amit Singh"  
published: 2011-03-28  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/608/what-is-the-difference-between-assignment-and-initialization  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What is the difference between Assignment and Initialization?

Assignment can be done as many times as desired whereas Initialization can be done only once.

## Answers

### Answer by Amit Singh

Assignment can be done as many times as desired whereas Initialization can be done only once.


---

Original Source: https://www.mindstick.com/interview/608/what-is-the-difference-between-assignment-and-initialization

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
