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
When a byte datatype is used?
What is hash table in java?
Write a code to create a trigger to call a stored procedure
What is string substring?
What is a protected void?
Can a class be private in java?
How many types of exception can occur in a java program?
Can you extend main method in java?
Give few examples of final classes defined in Java API?
Java is pass by value or pass by reference? Explain
What is java in simple terms?
What is tcp ip in java?
What are unchecked exceptions in java?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
How do you access command-line arguments within the code?