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 are the states of thread in java?
What do you mean by of string::valueof expression in java 8?
Why should we use java?
What is a JAR file?
Which method will get invoked first in a stand alone application?
How to optimize the javac output?
What is runtime polymorphism or dynamic method dispatch?
Explain the private protected method modifier?
Why is flag used in java?
How do you write a scanner class in java?
what is the difference between preemptive scheduling and time slicing? : Java thread
What class of exceptions are generated by the java run-time system?