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 |
why java does not support unsigned keyword?
What are the advantages of the model over the event- inheritance model?
how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion
Why a dead thread occurs?
what is the difference between preemptive scheduling and time slicing? : Java thread
What is the best way to findout the time/memory consuming process?
What is the difference between array and array list in java?
Explain different ways of creating a thread?
what is the use of private constructor in core java?
3 Answers OnMobile, Satyam, Yash Technologies,
What is overriding in java?
What is the maximum size of list in java?
If a class is declared without any access modifiers, where can the class be accessed?