What is left shift and right shift?
Answer / balamurugan
This operators are quite near to the machine. Any
processors (I know) have
a binary shift operation. The integer is internally known
as a binary
number to the processor. In fact an integer fills exactly
one register of
your processor. This register is shifted left by << and
right by >> the
many bits you want.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is the purpose of setAutoCommit() ?
Can you call a method in a method?
system.out.println(1 + 3);
What are the characteristics provided in jdk1.6 apart from other versions?
Differentiate between static and non-static methods in java.
What is JAVA? Why it is platform independent?
what is difference between front controller and action servlet?
How do you convert string to int in java?
Can a set contain duplicates?
Can this keyword be used to refer static members?
What is the function of java?
Why are strings immutable in Java?