Java Date and Time API MCQ
1. Which package contains the Java Date and Time API? a) java.util b) java.time c) java.date d) java.datetime Click to View Answer and Explanation Answer: b) java.time Explanation: The Java Date and Time API is located in the java.time package, introduced in Java 8. 2. What class represents a date in the Java Date and […]
Java Date and Time API MCQ Read More »