Which Math method is used to calculate the absolute value of
a number?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sitaram
The abs() method is used to calculate absolute values.
| Is This Answer Correct ? | 8 Yes | 1 No |
What is a private class in java?
Why do people says “java is robust”?
string is immutable? right every one knows that, my question is it advantage or disadvantage making string immutable?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
What is a numeric string?
What is method overloading in JAVA? Why is it not present in C ?
0 Answers Akamai Technologies,
Are arrays immutable in java?
How can we find size of the object ?
What is the difference between pass by reference and pass by pointer?
Why null interfaces are used in Java?
Write a code to create a trigger to call a stored procedure
What is a class instance variable?