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 do you understand by copy constructor in java?
What is internal iteration in java se 8?
How many ways can we create singleton class?
Why should we use java?
Why strings in java are called as immutable?
Define jit compiler?
How can an object be unreferenced?
What is unicode full form?
How can u create the Object of class Without using "New" opertor?
What is return used for in java?
What are the restriction imposed on a static method or a static block of code?
what are the design patterns in struts?