True/False
As in the other members of the C family of languages (C, C++, C#), Java interprets a zero value as false and a non-zero value as true.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: Which of the sets of statements below
Q19: If you create an ArrayList without specifying
Q20: The idea that program instructions execute in
Q21: How many times will the following loop
Q22: Code Segment Ch 05-1<br>if (a > 0)<br>
Q24: Rewrite the following set of if statements
Q25: In Java, selection statements consist only of
Q26: What is wrong, logically, with the following
Q27: Consider the following outline of a nested
Q28: The statement {} is a legal block.