Java
Which of t ...
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
Which of the following options are
correct
?
boolean b1 = 0;
boolean b2 = ‘false’;
boolean b3 = false;
boolean b4 = Boolean.false();
boolean b5 = null;
boolean b6 = Boolean.FALSE;
Explanation
Get an explanation when it's available:
Subscribe
primitive types
booleans
1
(1)
Like
Login in
to like
Comment
Login in
to comment
Share
Tweet
Related Content
What is the result of the following program execution? ...
int i = Integer.MAX_VALUE + 10; What is th...
Mark the answer choices in which the pairs are equal to each other (2 correct an...
Which of the following lines will compile without errors and warnings?...
int[] x = new int[25] Which of statements...
J
ava
Quiz
Login to learn Java
or
Read more about
Java Quizzes
Follow CodeGalaxy
Mobile Beta
Send Feedback
Keep exploring
Java quizzes
What will be printed out as a result of the following code execution / compilati...
What will be printed out as a result of the following code execution / compilati...
What will be printed out as a result of the following code execution / compilati...
What will be printed out as a result of the following code execution / compilati...
What happens after the following code is compiled and run: ...
What will be the result of the following program execution? ...
Sign Up Now
or
Subscribe for future quizzes
Login in to like
Login in to comment