Which of the following modifier means a particular variable cannot be accessed within the package?
(a) private
(b) public
(c) protected
(d) default
I had been asked this question in unit test.
I'm obligated to ask this question of Access Control topic in chapter Classes and Methods of Java