A
Q. Which of these lines of Java code will give better performance?
1. a | 4 + c >> b & 7;
2. (a | ((( 4 * c ) >> b ) & 7 ))
- Correct Answer - Option(C)
- Views: 13
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.