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 the difference between preemptive scheduling and time slicing? : Java thread
write a program that list all permutations of ABCDEF in which A appears before B?
What is abstraction in java?
What is the loop in java?
What are JVM.JRE, J2EE, JNI?
What do you mean by collectors in java 8?
What is byte data type?
Which package is used for pattern matching with regular expressions?
Can a method be static?
Explain the inheritance?
Is static a keyword in java?
What are jee technologies?
In java, what is the difference between method overloading and method overriding?
Is main an identifier?
Which collection is best for sorting in java?