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 is final variable?
What are the differences between Java 1.0 and Java 2.0?
What are the advantages of exception handling?
How do generics work?
What is the difference between Stream Reader and Stream Writer?
Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?
What is the use of System class?
Does java allow overriding static methods ?
What are accessor methods in java?
What happens if an exception is not caught?
What is anagram word?
Features of Java?