+91-85006-22255
Which of the following code fragments, allows the program to compile? The code fragment should be included at the line numbers given next to it.
public class Outer { public void someOuterMethod() { //LINE A } public class Inner { } public static void main(String[] argv) { Outer ot = new Outer(); //LINE B }}
Topic: Unknown
Read this topic Take test on this topic
Open In App