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 |
Why are there no global variables in java?
Which is fastest collection in java?
What do you mean by aggregation?
Which number is denoted by leading zero in java?
Is age discrete or continuous?
Default layout of Dialog object?
solve (x-1)(x-9)=8;
3 Answers IBM, Manhattan, TCS,
What is the java reflection api? Why it’s so important to have?
What is constructor chaining and how is it achieved in java?
What is a nonetype?
hi to all. well can you please tell me that why String class is immutable? Thanks in advance.
Why does java not support operator overloading?