InterviewSolution
Saved Bookmarks
| 1. |
Which of these method is a rounding function of Math class?(a) max()(b) min()(c) abs()(d) all of the mentionedI got this question in an international level competition.My doubt is from Java.lang topic in portion Exploring java.lang & java.io of Java |
|
Answer» The correct choice is (d) all of the mentioned |
|