For a static nested class, if the outer class is named MyOuter, and the nested class is named MyInner, it can be instantiated using new MyOuter.MyInner();(True/False) : Questions « Object Oriented « SCJP
For a static nested class, if the outer class is named MyOuter, and the nested class is named MyInner, it can be instantiated using new MyOuter.MyInner();(True/False)