Computer Applications

Which package would you import to display the date and time?

  1. java.util.*
  2. java.Date.*
  3. java.io.*
  4. java.lang.*

Input in Java

16 Likes

Answer

java.util.*

Answered By

4 Likes


Related Questions