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 are the object and class classes used for?
what is instanceof operator used in java?
What is gui programming?
What does sprintf return?
What are the differences between this and super keyword?
When will you define a method as static?
Write POJO class as a key to hashmap???
Can a abstract class be defined without any abstract methods?
How much ram can a 64 bit processor theoretically?
What is immutable class? how to make a Class explicitly "Immutable"?Wap to make a class explicitly immutable.
Is 0 a real number?
State the difference between strings and arrays.