How is rounding performed under integer division?
Answer Posted / 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 |
Post New Answer View All Answers
What are some alternatives to inheritance?
What are predefined functions?
What are the characteristics of Final,Finally and Finalize keywords.
Why is logger singleton?
What is difference between array and arraylist in java?
How do you sort words in java?
How can you add and remove nodes in jtree?
What is the this keyword?
Why string is called as immutable?
What is the difference between static method and instance method in Java?
What is the purpose of static keyword in java?
How objects are stored in java?
What do you mean by a JVM?
What is the use of optional ?
What is private protected in java?