Computer Applications
The Math class is part of which Java library package.
- java.util
- java.io
- java.random
- java.lang
Java Intro
8 Likes
Answer
java.lang
Reason — The Math class is part of java.lang package.
Answered By
7 Likes
Related Questions
Which keyword turns a variable declaration into constant declaration ?
- const
- constant
- final
- fixed
ch += 2 is equivalent to
- ch = ch + 2
- ch + 2
- ch =+ 2
- none of the above
Which clause is optional in a switch statement?
- switch
- case
- default
- none of the above
Absence of which statement causes a fall-through in a switch statement.
- continue
- break
- stop
- fall