What is the difference between the >> and >>> operators?
Answer / 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 |
What are the important features of Java 9 release?
Can a vector contain heterogenous objects?
What is parameters example?
What are the methods available in a class?
String Reverse in Java...!
What is the default value of byte datatype in java?
What is bool mean?
What is an 8 bit word?
Difference between serialization and deserialization in java?
What are the 6 mandatory procedures for iso 9001?
What is a parent class in java?
what is difference between prepare stetement and callable starement with example?