---
title: "What is Final Keyword in Java?"  
description: "What is Final Keyword in Java?"  
author: "Shrikant Mishra"  
published: 2019-08-27  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/23563/what-is-final-keyword-in-java  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What is Final Keyword in Java?

In java, a constant is declared using the keyword Final. Value can be assigned only once and after assignment, the value of a constant can't be changed.

## Answers

### Answer by Shrikant Mishra

In java, a constant is declared using the keyword Final. Value can be assigned only once and after assignment, the value of a constant can't be changed.


---

Original Source: https://www.mindstick.com/interview/23563/what-is-final-keyword-in-java

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
