Keyword in Java

The const keyword in Java programming language

The const keyword in java programming language

We will learn in this tutorial about The const keyword in Java programming language

const is a reserved word in Java language because it is not allowed to be used in Java programmer in coding. In Java programming language reserved words cannot be used as object or variables names in a Java program because they’re already used by the syntax of the Java programming language

program 1

usage of const keyword in java

This program generates a compile-time error

const  means by constant(never can change already assigned value)

const is used in the keyword in C++/keyword in C language. but in java language, const keyword replace by final keyword

 

There are other Java language keywords that are similar to this keyword

final keyword in Java language

finally keyword in Java language

 

Suggested for you

reserved words in Java

Keywords in Java language

Keywords in C++ language

Keywords in C language

Keywords in Python language

 

Usage of Static in Java programming language
The transient keyword in Java language
Karmehavannan

I am Mr S.Karmehavannan. Founder and CEO of this website. This website specially designed for the programming learners and very especially programming beginners, this website will gradually lead the learners to develop their programming skill.

Share
Published by
Karmehavannan

Recent Posts

PHP Star Triangle pattern program

PHP Star Triangle pattern program In this tutorial, we will discuss about PHP Star Triangle…

1 month ago

PHP Full Pyramid pattern program

PHP Full Pyramid pattern program In this tutorial, we will discuss about PHP Full Pyramid…

1 month ago

5 methods to add two numbers in Java

5 methods to add two numbers in Java In this tutorial, we will discuss the…

2 months ago

Python Full Pyramid star pattern program

Python full Pyramid star pattern program In this tutorial, we will discuss  the concept of…

5 months ago

Write a function or method to convert C into F -Entered by user

Write a function or method to convert C into F -Entered by the user In…

10 months ago

How to write a function or method to convert Celsius into Fahrenheit

How to write a function or method to convert Celsius into Fahrenheit In this tutorial,…

10 months ago