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 |
is there a separate stack for each thread in java? : Java thread
What are the standards to place package statement within a source code file?
class{ ... ... interface myinterface{ ... ... } abstract class{ .. .. } ... .. .. } is this possible to write "Interface and/ or Abstract class inside a class ? if possible whcich one is possible is only interface? is only abstract?
What does function identity () do?
Is alive in java?
What is volatile keyword in java
What is a for loop in java?
What is Map interface?
a thread is runnable, how does that work? : Java thread
What are Normalization Rules? Define Normalization?
what is enumset?
What is volatile data type?