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 a Transient Object?
0 Answers InfoAxon Technologies,
How to avoid the runtime exception ?
what is the difference between abstract class and Interface?where we can use it in realtime projects?
23 Answers Agile Software, Cognizant, IBM, Innodata, Logica CMG, Mitosis, Nagarro, Value Chain,
What are the two types of streams offered by java 8?
Is boolean a data type in java?
What are format specifiers in java?
explain the classification of exception and hoew to handle the exceptions
What is the entry point in Java, and how is it written?
Can you call a method on a null object?
Is null == null in java?
Can u write constructor in abstract.If yes den when it will be invoked.
how to handle http request in struts