Question: what will be output after the following program is executed? public class Q { static boolean value; public static void main(String argv[]){ System.out.println(value); } }
what will be output after the following program is executed?
public class Q {
static boolean value;
public static void main(String argv[]){
System.out.println(value);
}
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
