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 overloading and overriding in java?
Is an array a vector?
How many types of flags are there?
What is null mean in java?
What is the tradeoff between using an unordered array versus an ordered array?
What are the advantages of java?
Explain java code for recursive solution's base case?
What is a finally block? Is there a case when finally will not execute?
Can you instantiate the math class?
Can a final method be overloaded?
What is the purpose of tostring() method in java?
What happens if an exception is throws from an object's constructor?
Can variables be used in java without initialization?
How to Sort Strings which are given in List and display in ascending order without using java api.
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.