Which Math method is used to calculate the absolute value of
a number?
Answer Posted / sitaram
The abs() method is used to calculate absolute values.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is += mean in java?
What is a stringbuffer?
Is java pass by value or pass by reference?
What is a parameter in java?
Name few "optional" classes introduced with java 8 ?
What is the purpose of sizeof operator?
Explain 5 features introduced in jdk 1.7?
Is space a character in java?
What is the importance of static variable?
Can we extend immutable class?
what is the purpose of "virtual"?
How to split a string in java?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
Does java allow overriding static methods ?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.