Which Math method is used to calculate the absolute value of
a number?
Answers were Sorted based on User's Feedback
Answer / devarathnam c,kotagudibanda(po
Hi...
You can use Math.abs(); method .This is static method
defined in the Math class.
| Is This Answer Correct ? | 16 Yes | 1 No |
Answer / sitaram
The abs() method is used to calculate absolute values.
| Is This Answer Correct ? | 8 Yes | 1 No |
What is array in java?
What's the base class in java from which all classes are derived?
Does java support multiple inheritances?
Explain different types of thread priorities ?
What is a top level class in java?
which class to use when concatenating strings in a loop.
What is the difference between jvm and jre? What is an interface?
What are the legal parameters?
What are the two main uses of volatile in Java?
What is rmi and steps involved in developing an rmi object?
Does java support multiple inheritance or not?
What is protected and friendly?