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 static synchronization?
What is static block?
What is navigable map in java?
What is the final keyword?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
Differece between class and generic class?
Can we have two methods in a class with the same name?
What is a nested list?
What is a substring of a string?
Why is stringbuffer called mutable?
Explain creating threads by extending thread class ?
What are the different types of multitasking?
How does thread synchronization occurs inside a monitor?
Explain the importance of finally block in java?
What is a line separator in java?