All:
Here is the code for question # 12, chapter 8 ("Inner Classes") from the K&B
SCJP book:
The book states that for this code to compile cleanly the inner class Sorter must be declared static. OK, so that means that class Sorter as coded is not static, so then what is its access modifier? Is its access modifier default since there was no access modifier provided? Does this mean that all regular inner classes have default access, unless an access modifier is provided?
I think I know the answer to this but I need someone who knows much more than I do to confirm.
Thank you all for your time.
G