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
Can we overload run() method in java?
How do you reverse a string in java?
Explain about core java?
Where are local variables stored?
What is the final method?
What is substring 1 in java?
Can we rethrow the same exception from catch handler?
What is the difference between yielding and sleeping in java programming?
What is isa relationship?
How do you convert bytes to character in java?
What do you mean by chromounits in java8?
Explain the difference between intermediate and terminal operations in java8?
Differentiate jar and war files?
What is a classloader in java?
What about abstract classes in java?