Question
The following program:public class Test{ static boolean isOK; public static void main(String args[]){ System.out.print(isOK); } }
Answer: Option B
Submit Your Solution Below and Earn Points !
Submit Your Solution Below and Earn Points !
More Questions on This Topic :
Question 4. In Java, the word true is ....................
Submit Solution