When I create anonymous classes, what access modifier do they get?
Created May 4, 2012
John Zukowski Anonymous classes get the default, unnamed access modifier. You cannot make them private, protected, public, or static.
Created May 4, 2012