- A A blank final variable is a variable that is not assigned any initial value and remains constant throughout the program.
- B A blank final variable is a variable that is declared with the "final" keyword but can be assigned a value later in the program.
- C A blank final variable is a variable that is declared without any data type specified.
- D A blank final variable is a variable that is not declared with any modifiers or keywords.
- Share this MCQ
Answer:
B
Share this MCQ
A blank final variable is a variable that is declared with the "final" keyword and cannot be changed or reassigned once it has been initialized. It is a constant value that remains the same throughout the program.
Click me to Read more Question & Answer of Java Interviews MCQsShare this MCQ