Why are the methods of the Math class are static?
Answer / 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 |
How to implement a multithreaded applet?
What is a variable and constant?
what are synchronized methods and synchronized statements? : Java thread
What is Unicast and Multicast object? Where we will use?
1 Answers Scope International,
What is ‘has a’’ relationship in java?
What is vector?
What is the difference between private & public & friendly classes?
What is the final variable?
What is the tradeoff between using an unordered array versus an ordered array?
what is Dictionary? and what purpose it is used for?
How u dubugg ur project?
Can set contain duplicates?