What is the final keyword in java?
Answer / nashiinformaticssolutions
The term final is a predefined word in Java that is used while declaring values to variables. When a value is declared using the final keyword, then the variable's value remains constant throughout the program's execution.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is identifier in java?
They had given one progam final HashMap hm=new HashMap(); public void show() { hm.put("name",value); } in this prg here the final hashtable value can be changed in put method,its the prg run?
Can java program run without jre?
Describe OOP in java?
Can a class with private constructor be extended?
Is it possible to write a regular expression to check if string is a number?
What are java methods?
what is inner class in java?
what is method reference in java 8?
What are the characteristics provided in jdk1.6 apart from other versions?
What is byte [] in java?
Who found java?