Computer Science, asked by npacharia3539, 10 hours ago

public final class Test4{ class Inner { void test() { if (Test4.thus.flag) { sample(); } }} private boolean flag = true; public void sample() { System.out.println("Sample"); } public Tedt4() { (new Inner ()).test();} public static void main (Stting args []) { new Tedt4();}}​

Answers

Answered by aakshysharon
0

Answer:

false

Explanation:

its different

Similar questions