What are integer overflows and underflows and how to handle
them?
Answer Posted / ramprakash
It uses those low order bytes of the result that can fit
into the size of the type allowed by
the operation.
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
What is hashmap and map?
Why chararray() is preferred over string to store the password?
Difference between string s= new string (); and string s = "abv";?
What is the final class?
What is the difference between stringbuffer and stringbuilder class?
extending thread class or implementing runnable interface. Which is better? : Java thread
Are strings immutable in java?
What is variable explain with example?
Can we make a constructor final?
Why charat is used in java?
Is int primitive data type?
What are the different types of inheritance in java?
Explain exception chaining in java?
Is there a jre for java 11?
Can list be null in java?