From Marcus Green's mock exam 2:
Which of the following statements are true?
1) Adding more classes via import statements will cause a performance overhead, only import classes you actually use.
2) Under no circumstances can a class be defined with the private modifier
3) A inner class may under some circumstances be defined with the protected modifier
4) An interface cannot be instantiated
I said 4.
Marcus Green says 3,4
Cant inner class be ALWAYS defined with the protected modifier??
Thnx in advance,
Amol