Hi Foster,
Originally posted by foster cao:
inner calss can be static
yes,but then they become static inner classes(top level nested classes)
inner class can't have static member
Though they cannot have static members,
they can definitely have static final members,
which are compile time constants
HIH
somebody correct me if wrong