InterviewSolution
Saved Bookmarks
| 1. |
Which of this class can be used to format dates and times?(a) Date(b) SimpleDate(c) DateFormat(d) textFormat |
|
Answer» The correct choice is (c) DateFormat Explanation: DateFormat is an abstract class that provides the ability to format and parse dates and times. |
|