The following program: public class Test{ static boolean is OK; public static void main(String args[]){System.out.print(is OK); } } ?
Options:
Answer:
The following program: public class Test{ static boolean is OK; public static void main(String args[]){System.out.print(is OK); } } Prints false.