

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