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 difference between fail-fast and fail-safe?
what is session in java?
java program with complete 4 oops concepts implemented example
what is the volatile modifier for? : Java thread
What does next mean in java?
What are runtime exceptions?
whatis Home interface and Remoteinterface? with example?
What is object in java?
What is Java Reflection API? Why it’s so important to have?
Why java is object oriented?
Can a method be static?
What is the use of a conditional inclusion statement in Java ?
What is variable declaration and definition?
What are the restrictions that are applied to the java static methods?
What are the advantages and disadvantages of reference counting in garbage collection?