Single Choice
Not Set
QThe following program:
public class Test{
static boolean isOK;
public static void main(String args[]){
System.out.print(isOK);
}
}
ID: #2017
Java Data Types and Variables - MCQ
1,219 views
Question Info
#2017Q ID
Not SetDifficulty
Java Data Types and Variables - MCQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Prints false
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic