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 difference between String buffer and String builder?

5 Answers   Benchmark,


How to create com object in Java?

1 Answers  


what is singleton in java?

1 Answers   IBS,


Explain numeric promotion?

1 Answers  


what is the diff between Servletcontext and servletconfig?

5 Answers  


Is passing by reference faster?

1 Answers  


Is math an abstract class in java?

1 Answers  


How do you download stubs from Remote place?

1 Answers  


Explain an algorithm to find depth of a binary tree.

1 Answers   Akamai Technologies,


what is main difference b/w abstract class and interface

4 Answers  


Write a program for recursive Traverse?

1 Answers  


What does s mean in regex?

1 Answers  


Categories