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
Why string is called as immutable?
Can I import same package/class twice?
What are the benefits of operations?
What do you mean by multithreaded program?
What is singleton pattern?
Which sort is best in java?
What do you mean by formatting?
What is the independent variable in an experiment?
What is the purpose of static keyword in java?
Can you add null to a list java?
What are the different types of inner classes?
Do extraneous variables affect validity?
Can we compare two strings in java?
What is bytecode in java ?
What is break and continue statement?