How is rounding performed under integer division?
Answer Posted / divya
the fractional part of the result is truncated .this is
known as rounding toward zero.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you override a method in java?
How do you do math powers in java?
What is array class in java?
What is the synonym of string?
When we should use serialization?
What does it mean that strings are immutable?
What is exception hierarchy in java?
What is unicode datatype?
Why collection doesn’t extend cloneable and serializable interfaces?
Can you achieve runtime polymorphism by data members?
how to deploy tomcatserver to weblogic server? write d following steps?
Is empty .java file name a valid source file name?
what is meant by Byte code concept in Java?
What is a marker interface?
Can we overload the methods by making them static?