The methods of a class with the ____________ access specifier cannot be accessed in its subclass class of different package.
Answer options
A
default
B
public
C
protected
Correct answer: default
Explanation
Quick AnswerThe correct answer is default because it directly addresses the core logic of Java Programming.
Correct answer: default.