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 are pass by reference and pass by value?
Explain Linked HashSet
How can we handle runtime exceptions? write one sample program? Can we write runtime exceptions beside the throws key word? if yes write sample program?
What are the differences between Java 1.0 and Java 2.0?
What is the static field modifier?
What does serializing data mean?
What are the access modifiers in java?
What is difference between string and new string?
What is hotjava?
How to create an instance of a class without using "new" operator? Plz help me out properly.Thank u.
What is singleton class in ruby?
What is Major and importance difference between for and foreach loop ?