Hi, I have some confusion related to static class. I have read in a book that
A static nested class is not an inner class, it's a top-level nested class.
but we code it like this...
Nested is defined within BitOuter, then how can one say that it is not an inner class.