static inner class和 non-static inner class的区别 Leave a Comment / Java / June 8, 2009 June 8, 2009 "Static inner classes can be instantiated without the creation of an object of the enclosing type; non-static inner classes are linked to an instance of the enclosing type."