where the inner class be placed is right in java?
at the beginning of the outer class, or between the outer class fields declared position with outer class constructor or at the end of end class or first use place?
any rule or best pratice?
where the inner class be placed is right in java? at the beginning of
Share
You should check The Java Coding Style Guide. Particularly section 6.1 describes the suggested layout for a class.