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 |
Difference between static synchronization vs. Instance synchronization?
What is java class writing rules?
Explain about anonymous inner classes ?
How can be define MARKER interfce in java
Describe the various concepts related to object oriented programming (oop).
What are the two basic ways in which classes that can be run as threads may be defined?
In a my eclipse editor if i want to switch from jdk 1.4 to jdk 1.6 how to do that???? Initially i have jdk1.4
What is a singleton factory?
why did you choose your career in IT?
How are multiple inheritances done in Java?
How many bits is a char?
Give example to differentiate between call by value and call by reference.