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
What is size of int in java?
What are the default and parameterized constructors?
What is the final keyword in java?
Is void a data type in java?
What about interrupt() method of thread class ?
Can we overload the constructors?
Can a static method be overridden in java?
What is the purpose of using bufferedinputstream and bufferedoutputstream classes?
What is temp in java?
What is mnemonic in assembly language?
Can you sort a list in java?
What is java used for?
Can you pass functions in java?
How to sort numbers in java without array?
Explain the polymorphism principle?