0 votes
in JAVA by
What is final keyword in Java?

1 Answer

0 votes
by
Final is a special keyword in Java which is basically act as a non-access modifier. We can use this variable in various contexts which includes:

• final variable

• final method

• final class

Related questions

0 votes
asked Apr 8, 2021 in JAVA by SakshiSharma
0 votes
asked Nov 14, 2020 in JAVA by rajeshsharma
...