Answer Posted / 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 |
Post New Answer View All Answers
How many types of memory areas are allocated by jvm?
Difference between predicate, supplier and consumer ?
What are the changes in java.io in java 8 ?
What are different types of control structures?
How do listeners work?
What is the benefit of lambda expressions?
What is a instance variable in java?
What is difference between static variable and global variable?
Explain about the select method with an example?
How do you square a number in java?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
What is thread life cycle?
When arithmeticexception is thrown?
What is difference between an object and a class?
How to declare objects of a class ?