What access modifier is used to mark class members package-private?
D.
In Java, the lack of an access modifier indicates that the member is package-private.
Option D is correct.
The default keyword is used for interfaces and switch statements, and is not an access modifier.