What is the final keyword denotes?
Answers
Answered by
2
final keyword in java. final keyword is used in different contexts. First of all, final is a non-access modifier applicable only to a variable, a method or a class.Following are different contexts where final is used. When a variable is declared with final keyword, its value can't be modified, essentially, a constant.
Attachments:
Answered by
3
Final keyword used in different contexts. First if all, final is a non - access modifier applicable only to a variable , a method or a class . Following are different contexts were final is used . Final Variables . When a variable is declared with final keyword , its value can't be modified , essentially, a constant.
I hope this answer helps you ✔✔
plzzz MARK me brainliest ☺
and follow me ❤❤♥️
Similar questions