Multiple Choice
The OR operator in Java is represented by:
A) !
B) &&
C) | |
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q27: A mixture of programming language and human
Q28: In a switch statement,the default case is
Q29: An algorithm is a step-by-step method of
Q30: Write an if-else statement to compute the
Q31: You may omit the else part of
Q33: A _ statement terminates the current iteration
Q34: A multi-way if-else statement<br>A)allows you to choose
Q35: To terminate a program,use the Java statement:<br>A)System.quit0);<br>B)System.end0);<br>C)System.abort0);<br>D)System.exit0);
Q36: Good debugging techniques include:<br>A)Inserting output statements in
Q37: What is short-circuit evaluation of Boolean expressions?