• 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