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
Can you use abstract and final both with a method?
What is OOP Language?
What is the purpose of lambda expressions?
Explain naming conventions for packages?
Does java have extension methods?
what is the difference between the methods sleep() and wait()? : Java thread
How many characters is 16 bytes?
What is the difference between class forname and new?
In a class implementing an interface, can we change the value of any variable defined in the interface?
How do you take thread dump in java?
what is collatration?
What are dot operator queries?
What is string builder?
What do you mean by constant time complexity?
What is polymorphism and what are the types of it?