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 the purpose of abstract class?
What is a variable declaration?
wahts is mean by thread?
22 Answers HCL, TCS,
What does super keyword do?
what is use of functional interface in java 8?
If a class is declared without any access modifiers, where can the class be accessed?
Is java util list serializable?
How use .contains in java?
What is the benefit of abstract class?
Differentiate between stringbuffer and stringbuilder in java.
Can a java program have 2 main methods?
What initialize variables?