I read that the access modifier for enum is default and public. But I read the below stmnt in some book. So Can I use any of the below modifiers for the enum that is declared within the class?
========================================================================= An enum declared outside a class must NOT be marked static, final, abstract, protected, or private. =========================================================================