Hi all,
One of Dans questions
Which of the following statements are true in terms of the java.lang.Math.sqrt method?
a. It is not overloaded.
b. The argument type is a primitive int.
c. If the argument is negative then the absolute value is calculated.
d. Throws an ArithmeticException if the argument is negative.
e. None of the Above
I thought only a is true but answers says d is also true.
Sqrt Method Pl. Help
Mayuri