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 the difference between jvm and jre? What is an interface?
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
What is keyword auto for?
Explain about public and private access specifiers?
What is bigger kb or mb?
What programs use java?
What is the difference between int and integer in java?
What is the list interface in java programming?
Can a class be a super class and a sub-class at the same time? Give example.
Is string is a class in java?
What is your platform?s default character encoding and how to know this?
What is the lifetime and scope of a variable?
Can we declare a static variable inside a method?
how to write a server program and sending the mails to the server using smtp protocol please help me
What is a blocking method in Java?