Multiple choice technology programming languages

Which of the following classes are available in the java.lang package?

  1. Object

  2. Math

  3. Random

  4. Stack

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

Object and Math are fundamental classes in java.lang package. Object is the root class of all Java classes, and Math provides mathematical functions. Random is in java.util, and Stack is in java.util, not java.lang.