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 is port number in java?
What are the new features in java 8? Explain
What state is a thread in when it is executing?
How do you identify if jvm is 32-bit or 64-bit from java program?
What is polymorphism in java? What are the kinds of polymorphism?
Where is the singleton class used?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
What is the meaning of nullable?
What is flag in python?
Explain the use of volatile field modifier?
What is a newline character in java?
Why do we need variables?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
Explain try and catch keywords in java?