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 the old name of java?
Is java 11 paid version?
Is static variable stored in heap?
What type of language is java?
How do you escape sequences in java?
What is the difference between reader/writer and inputstream/output stream?
Can we extend singleton class?
What’s a deadlock?
How many types of memory areas are allocated by jvm?
What is java basic concept?
Is java 1.7 the same as java 7?
What will happen when using pass by reference in java?
When we serialize an object does the serialization mechanism saves its references too?
What is the purpose of stub and skeleton?
What is meant by JVM? Is JVM platform independent or not?