Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of these keywords is used to prevent content of a variable from being modified?

a) final
b) last
c) constant
d) static

Answer: a
Explanation: A variable can be declared final, doing so prevents its content from being modified. Final variables must be initialized when it is declared

Join The Discussion