Answer Posted / ranganathkini
The Math class contains methods used for most general
purpose mathematical calculations and hence serve more like
utility methods used for mathematical calculations and do
not depend on instance data to perform their job. Hence they
are static.
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
Can constructor be inherited?
What is anagram in java?
What is JVM and is it platform independent?
What is the importance of static variable?
What is a type parameter in java?
How to remove the trailing spaces from a string?
What is a java lambda expression?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
What is array length in java?
How does singleton class work?
What is import java util arraylist?
What is finally block?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
What is an argument in java?
What is nested top-level class?