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 |
How can u increase the heap size in the memory?
What is the difference between menuitem and checkboxmenu item?
why java is platform independent?
Tell me the Importent classes in net package?
Why string objects are immutable in java?
What is a programming object?
Can you extend main method in java?
I was asked to draw the class diagram for the below scenario which should obey OOPS concept. A Portal is to be developed for a school , which has 3 main divisions viz , Education , Admin & Trust. Each division has 2 sub divisions Kinder Garden & Higer Secondary.
Is ++ operator is thread safe in java?
Can you explain the final method modifier?
Explain heap sort?
Does constructor return any value?