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 |
Can you explain the meaning of aggregation and composition
What is variable in java?
Can there be an abstract method without an abstract class?
When abstract methods are used?
List types of storage classes in java?
What are default methods ?
What is field name?
Can we have this () and super () together?
Can you use this() and super() both in a constructor?
How to perform merge sort in java?
What is the difference between an if statement and a switch statement?
why java is not supporting multiple inheritence?