Q122
How to get UTC time?
A.
Time.getUTC();
B.
Date.getUTC();
C.
Instant.now();
AnswerD.
TimeZone.getUTC();
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board