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 we override protected method in java?
what is thread? What are the high-level thread states? : Java thread
Can we write any code after throw statement?
do I need to use synchronized on setvalue(int)? : Java thread
Variable of the boolean type is automatically initialized as?
Explain the term virtual machine?
What is a function in java?
What does three dots mean in java?
What are thread local variables?
What is the maximum length of a url?
What is the difference between multiple processes and multiple threads?
What are anonymous inner classes?
What do you mean by ordered and sorted in collections in java?
What are the disadvantages of object oriented programming?
What is the maximum size of hashmap in java?