How is rounding performed under integer division?
Answers were Sorted based on User's Feedback
Answer / divya
the fractional part of the result is truncated .this is
known as rounding toward zero.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / satya
We can use java.lang.Math.ceil() and java.lang.Math.floor()
methodes in order for rounding numbers.
| Is This Answer Correct ? | 1 Yes | 1 No |
What is the major difference between linkedlist and arraylist?
Explain, why the constructor is required in implemented class?
What is int argc char * argv?
What is r in java?
Which are thin and thicK wrapper Class's in Java?
can anyone explain me the concept of autoboxing?
How is the marker interface used in Java?
What is string array?
Can we override protected method in java?
What is difference between c++ and java ?
How GUI component handle its own events?
How can we make string upper case or lower case?