java - How to instantiate non static inner class within a static method ...
經安全檢測,此網站為安全網站,請放心前往原始網址!
java - How to instantiate non static inner class within a static method ...
public class MyClass{ class Inner{ int s,e,p; } public static void main(String ... For
static inner, can't you just simply do Inner inner = new Inner() ?