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 |
How do you override a method?
why pointer is not used in java?
Name few java.lang classes introduced with java 8 ?
How do you use compareto in java?
What is the difference between iterator and list iterator?
I need help please send me reply: Write a program "if given a string like 'HAT', the combination's returned should be like ATH,THA,TAH in java"?
What are the Static and Dynamic Variables? Differentiate them.
Can you override a private or static method in java?
Can we have any code between try and finally blocks?
What is set and get methods in java?
What is meant by inheritance and what are its advantages?
What is a stringbuilder?