

MCQOPTIONS
Saved Bookmarks
1. |
Which is the overloaded static method of Math class to get absolute value in Java? |
A. | Math.abs(int) |
B. | Math.abs(float) |
C. | Math.abs(double) |
D. | All the above |
Answer» E. | |