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 is difference between compatible and incompatible changes in serialization?
What is http client in java?
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
Tell us something about different types of casting?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
How do I convert a string to an int in java?
Why can't we use static class instead of singleton?
Is string an object?
Explain the difference between serializable and externalizable in java?
What is time complexity java?
Why there is no call by reference in java?
Is there any difference between synchronized methods and synchronized statements?