InterviewSolution
Saved Bookmarks
| 1. |
Which of these method returns the remainder of dividend / divisor?(a) remainder()(b) getRemainder()(c) CSIremainder()(d) IEEEremainder()I had been asked this question during an internship interview.My enquiry is from Java.lang topic in division Exploring java.lang & java.io of Java |
|
Answer» The correct CHOICE is (d) IEEEremainder() |
|