Valid 1Z0-829 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-829 Exam! ExamDiscuss.com now offer the newest 1Z0-829 exam dumps, the ExamDiscuss.com 1Z0-829 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-829 dumps with Test Engine here:
Explanation The code fragment is comparing the values of a, b, and c using the < and > operators. The first comparison, d, is checking if a is less than b and greater than c. Since a is equal to 2, b is equal to -2, and c is equal to -4, this comparison will evaluate to true. The second comparison, e, is checking if a is greater than b and a is greater than c. Since a is equal to 2, b is equal to -2, and c is equal to -4, this comparison will evaluate to false. Therefore, the result will be true 1 false 2. References: Operators (The Java™ Tutorials > Learning the Java Language - Oracle