Which Math method is used to calculate the absolute value of
a number?

Answers were Sorted based on User's Feedback



Which Math method is used to calculate the absolute value of a number?..

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

Which Math method is used to calculate the absolute value of a number?..

Answer / sitaram

The abs() method is used to calculate absolute values.

Is This Answer Correct ?    8 Yes 1 No

Which Math method is used to calculate the absolute value of a number?..

Answer / ravikiran

abs()

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Core Java Interview Questions

What is a native method in java programming?

0 Answers  


Can you give names of Container classes?

0 Answers   Ordain Solutions,


How to convert string to int in java?

1 Answers  


What are keywords give examples?

0 Answers  


What is a serializable interface?

4 Answers  






Can java inner class be static?

0 Answers  


What is the symbol for line break?

0 Answers  


State some situations where exceptions may arise in java?

0 Answers  


What is foreach loop in java?

0 Answers  


briefley expalin about the packages

3 Answers  


how to create constants in java?

0 Answers  


Why enumeration is faster than iterator?

0 Answers  


Categories