Home » JAVA Programming » Object & Classes » Question
  1. Which of these class contains only floating point functions?
    1. Object
    2. System
    3. Process
    4. Math
    5. None of these
Correct Option: D

Math class contains all the floating point functions that are used for geometry, trigonometry, as well as several general purpose methods. Example : sin(), cos(), exp(), sqrt() etc.



Your comments will be displayed only after manual approval.