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 does the ‘static’ keyword mean? Is it possible to override private or static method in java?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
Can you use this() and super() both in a constructor?
If a variable is declared as private, where may the variable be accessed?
how can i use a nonsynchronized hashtable?
What is double in java?
When is the finalize() called? What is the purpose of finalization?
Why is java logo a cup of coffee?
Diff between Comparator and Comparable?
printstream class method println() is calling using System class and its static object out .how it is explain any one in detail with example ?
Is zero a positive integer?
How to use Media tracker Class.