What is left shift and right shift?



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

Post New Answer

More Core Java Interview Questions

What is finalize() function in java?

0 Answers  


What is strings in java?

0 Answers  


What does null mean in java?

0 Answers  


What is included in core java?

0 Answers  


What is sorting algorithm in java?

0 Answers  






finalize() method?

5 Answers  


Name the method that used to clear the buffer ?

2 Answers  


Is it compulsory for a try block to be followed by a catch block in java for exception handling?

0 Answers  


How do you empty a list in java?

0 Answers  


What are possible key words, we can use to declare a class?

2 Answers   Tech Mahindra,


What are java packages?

0 Answers  


What is instance example?

0 Answers  


Categories