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 uses of final, finally and finalize in java?
2 Answers Agiline, FINO PayTech, HCL,
Can we have try block without catch block?
Write a method to check if input string is palindrome?
How do you call a reference in java?
What is an iterator interface in java programming?
Is null false in java?
What is the main use of java?
Can an abstract class be final?
Have you ever used hashtable and dictionary?
What is passed by reference and pass by value ?
Can you change array size in java?
What are the four pillars of java?