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 the following modifier means a particular variable cannot be accessed within the package?

a) private
b) public
c) protected
d) default

Answer: a
Explanation: Private variables are accessible only within the class.

Join The Discussion