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 |
how can i cal servlet from jsp page?how can i pass variablesfrom the jsp that servlet can access?
What is difference between add() and addelement() in vector?
What is a concrete classes? Is Java object class is concrete class?
What is dynamic dispatch in java?
What is the difference between this() and super() in java?
What classes of exceptions, caught by a catch clause?
What are constants and how to create constants in java?
What is vector capacity in java?
What are byte codes?
What is comparable and comparator interface? List their differences
What do you mean by byte code?
difference between byte stream class and character stream class?