InterviewSolution
Saved Bookmarks
| 1. |
Which of these formatting strings of SimpleDateFormat class is used to print AM or PM in time?(a) a(b) b(c) c(d) d |
|
Answer» Right answer is (a) a Easiest explanation: By using format string “a” we can print AM/PM in time. |
|