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
How do you know if a value is nan?
What is the string function?
How will you get the platform dependent values like line separator, path separator, etc., ?
What is equals method in java?
a thread is runnable, how does that work? : Java thread
What do you mean by Hash Map and Hash Table?
Can we overload the main() method?
Why do we use string?
What is parseint?
what is instanceof operator used in java?
How will you communicate between two applets?
What are the types of exceptions?
What is methodological framework?
What is java util collection?
How many types of design patterns are there?