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 math exp in java?
Why deletion in linkedlist is fast than arraylist?
What are the steps that are followed when two computers connect through tcp?
What does int argc char * argv [] mean?
what is the use of private constructor in core java?
3 Answers OnMobile, Satyam, Yash Technologies,
What is the functionability stubs and skeletons?
Can we catch more than one exception in a single catch block?
What do you know about the garbage collector?
How can I right-justify a string?
What is instance synchronization?
Can a class extend abstract class or interface? why
what are the methods of an object class?