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

The EXPLANATION is: MAX(), min() and ABS() are all rounding functions.



Discussion

No Comment Found

Related InterviewSolutions