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
Can we create object of static class?
Why do we use string?
How does multithreading take place on a computer with a single cpu?
What is the properties class in java programming?
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
Explain the selection sort algorithm and state its time complexity?
What is the differences between c++ and java? Explain
Why can't you declare a class as protected?
What are the legal operands of the instanceof operator?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
What is serial version uid and its importance in java?
What sorting algorithm does javascript use?
What is the use of default method in interface in java? Explain
What are the four corner stones of oop?
How hashmap increases its size in java?