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 |
Can we overload the methods by making them static?
Is string a class?
How does finally block differ from finalize() method?
what is java
Is array a class in java?
What is the difference between procedural and object-oriented programs?
What is a memory leak in java?
What type of language is java?
What are the types of methods in java?
What is meant by class loader? How many types are there?
How Vector class is synchronized,How to build user defined class as synchronized?
Can we write class inside a class in java?