Which Math method is used to calculate the absolute value of
a number?
Answer Posted / 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 |
Post New Answer View All Answers
What is the use of beaninfo?
What is the difference between keyword and identifier?
How do you test a method for an exception using junit?
Can an integer be null java?
What is string variable?
What is a blocking method in Java?
which pattern is default in scanner package?
Can we declare main () method as non static?
What is gc()?
Explain implementation and how is it different from conversion?
Why java is considered dynamic?
What is the purpose of interface?
What is output buffer?
Can I extend singleton class in java?
What are constants and how to create constants in java?