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 platform native code
Differentiate Vector and ArrayList?
What is the difference between a static and a non-static inner class in java programming?
what is the difference between multitasking and multithreading?
What is method reference?
how to print a numbers from 1 to 100 with out using control structures?
how come we know the object is no more used in the class?
Is Java is 100% pure OOPS? Explain?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
What is skeleton and stub?
what are the disadvantages of indexes in oracle?
0 Answers 3i Infotech, Wells Fargo,
Static Variable can referred in non-static method?