Which of these is used as a default for a member of a class if no access specifier is used for it?
(a) private
(b) public
(c) public, within its own package
(d) protected
The question was posed to me in an interview.
My question is from Access Control topic in division Classes and Methods of Java