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
What is mean by encoding?
what happens when a thread cannot acquire a lock on an object? : Java thread
Explain notify() method of object class ?
How many types of parsers are there?
What is a protected void?
What are the different types of data structures in java?
Which is better ascii or unicode?
What is hash table in java?
What is the common usage of serialization? What exceptions occur during serialization?
What do you understand by synchronization?
What's the difference between int and integer in java?
What is null mean in java?
What is a pattern what is an anti pattern?
Can bool be null?
What are the drawbacks for singleton class?