Which one is valid as a replacement for foo?

Given the code fragment:
Boolean b1 = true;
Boolean b2 = false;
int i = 0;
while (foo) { }
Which one is valid as a replacement for foo?
A. b1.compareTo(b2)
B. i = 1
C. i == 2? -1 : 0
D. "foo".equals("bar")

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.