Which Math method is used to calculate the absolute value of
a number?
Answer Posted / 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 |
Post New Answer View All Answers
What are the advantages of java inner classes?
What is the difference between method overriding and overloading?
What does this () mean in constructor chaining concept?
What is meant by JVM? Is JVM platform independent or not?
What is string in java?
What steps are taken when the OS shifts from one-thread execution to another?
Java.util.regex consists of which classes?
What is the use of accept () method in java?
What is a jagged array in java?
Can You Have Virtual Functions In Java?
Is null a value?
What is command line argument
What is difference between an object and a class?
If a variable is declared as private, where may the variable be accessed?
Is it necessary for the port addresses to be unique? Explain with reason.