InterviewSolution
Saved Bookmarks
| 1. |
Which Class Contains All The Methods Present In Math Class? |
|
Answer» SystemMath class defines COMPLETE SET of mathematical methods that are parallel those in Math class. The difference is that the StrictMath version is GUARANTEED to generate precisely identical RESULTS ACROSS all Java implementations. SystemMath class defines complete set of mathematical methods that are parallel those in Math class. The difference is that the StrictMath version is guaranteed to generate precisely identical results across all Java implementations. |
|