Answers

Question and Answer:

  Home  Java Classes

⟩ A variable declared as final prevents its contents from being modifiedA) TrueB) False

ans is true.

when we a final keyword to a variable the value of the variable can't change.

 165 views

More Questions for you: