

MCQOPTIONS
Saved Bookmarks
1. |
Which is fast among OR(|) and Short Circuit OR (||) operators in Java? |
A. | OR Operator |
B. | Short Circuit OR operator |
C. | Both work at the same speed |
D. | None of the above |
Answer» C. Both work at the same speed | |