What is the difference between the >> and >>> operators?
Answer Posted / shweta
The >> operator carries the sign bit when shifting right.
The >>> zero-fills bits that have been shifted out.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is enhanced loop in java?
What is the use of math abs in java?
Which class represents the socket that both the client and server use to communicate with each other?
What is the different types of functions?
Explain purpose of sleep() method in java?
what is meant by encapsulation?
Can we override final method?
What is the difference between Error, defect,fault, failure and mistake?
What are the four versions of java?
What are controls and their different types in awt?
Is it necessary that each try block must be followed by a catch block?
What is integers and example?
Does java initialize arrays to zero?
What is a parent class in java?
What is difference between filereader and bufferedreader?