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 |
Explain the inheritance?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
Difference between prefix and postfix forms of the ++operator?
Can we use catch statement for checked exceptions?
How will you compute size of a structure?
What are different types of multitasking?
What about abstract classes in java?
What is the difference between delete and delete[]
What is connection class in java?
Explain importance of throws keyword in java?
Can we overload the methods by making them static?
Is java same as core java?