Home » Java Programming » Inner Classes

Which statement, if placed in a class other than MyOuter or MyInner, instantiates an instance of the nested class? public class MyOuter { public static class MyInner { public static void foo() { } } }

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!