Oracle
1Z0-808 · Question #66
1Z0-808 Question #66: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-808 to reveal the answer and full explanation for question #66. The question stem and answer options stay visible for context.
Using Operators and Decision Constructs
Question
What is the result?
boolean log3 = ( 5.0 != 6.0) && ( 4 != 5);
boolean log4 = (4 != 4) || (4 == 4);
System.out.println("log3:" + log3 + "\nlog4:" + log4);
Options
- Alog3:false log4:true
- Blog3:true log4:true
- Clog3:true log4:false
- Dlog3:false log4:false
Unlock 1Z0-808 to see the answer
You've previewed enough free 1Z0-808 questions. Unlock 1Z0-808 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#boolean operators#comparison operators#logical AND/OR#boolean expressions