Consider the following program
public class Test{
public static void main(String[] args) {
/*****Boolean b=false; ******/ //n1
String b="false";
switch(b) {. //n2
case "FALSE";
System.out.println("a");
}
}
}


Posted on by