What will be output of the following program?
class A {
boolean b;
public static void main(String arg[]){
System.out.println(b);
}
}
Reveal answer
Fill a bubble to check yourself
What will be output of the following program?
class A {
boolean b;
public static void main(String arg[]){
System.out.println(b);
}
}