Q. The following program
Code:
public class Test{
static boolean isOK;
public static void main(String args[]){
System.out.print(isOK);
}
}
β
Correct Answer: (B)
Prints false