Answer Posted / 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 View All Answers
What is static in java?
Explain 5 features introduced in jdk 1.7?
Which collection is best for sorting in java?
Why do we use variables?
What does those terms actually mean included in the j.d.k i.6?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
What data type is true or false?
What is stream api in java8?
What does method mean?
Why is string builder not thread safe?
What happens if an exception is throws from an object's constructor?
What do you mean by boolean?
How to use Media tracker Class.
What is the difference between conversation & casting?
What is the latest version of java?