I thought that the base class was the only class that wasn't able to be considered private?
Manfred Leonhardt
Ranch Hand
Joined: Jan 09, 2001
Posts: 1492
posted
0
Hi Willie, The correct answer is that TopLevel classes can only be public or default (no access specified). Translation: Any non-inner class must not be private or protected. Regards, Manfred.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.