Multiple choice

Which of the following is not a built in class in Java?

  1. String class

  2. Math class

  3. Applet class

  4. Util class

  5. StringBuffer class

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The util is a package which has different classes like Date, etc.