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 meant by collection in java?
What super () does in java?
What are the restrictions imposed by a Security Manager on Applets?.
What is scanner in java?
why java is better then .net?
What is array initialization in java?
What is the purpose of setAutoCommit() ?
What is a "pure virtual" member function?
What is the purpose of sizeof operator?
What is formatted output?
What is assembly language?
What is an argument java?