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 |
how can u apply shallow cloning and deep cloning to create object?
Why are inner classes required?
What is an arraylist in java?
How do you relate a Interface to a Class? Tell me in Detail?
What is the purpose of the runtime class in java programming?
What are facelets templates?
How Applets & Servlets will communicate with each other?
why the primitive data type have classes?
What is locale?
Define nashorn in java8.
Is there is any error if you have multiple main methods in the same class?
What is an empty string in css?