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’s the difference between the methods sleep() and wait()?
What means public static?
Does java support function overloading, pointers, structures, unions or linked lists?
Is arraylist dynamic in java?
How to make a method thread safe without using synchronized keyword?
8 Answers Persistent, Societe Generale,
what is the purpose of the final in the try-catch-final
What is a class instance variable?
can you program for reverse string?
What are the 3 types of control structures?
How do I run java on windows?
What are integer overflows and underflows and how to handle them?
What is data and its types?