Multiple choice

How many methods are defined in Date class in Java?

  1. 10

  2. 9

  3. 8

  4. 7

  5. 6

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

This is the correct answer because there are 9 methods defined in the Date class. These are: 1) getHours() 2) getMinutes() 3) getSeconds() 4) setHours(int i) 5) setMinutes(int i) 6) setSeconds(int i) 7) setTime(long date) 8) toString():  9) valueOf(String s)