InterviewSolution
Saved Bookmarks
| 1. |
What is a timestamp?(a) A combination of date and time with date first(b) A combination of date and time with time first(c) A combination of time and place with time first(d) A combination of time and place with place first |
|
Answer» Right answer is (a) A combination of date and time with date first For explanation I would say: A timestamp is a combination of date and time with date first. Eg: ‘2002-04-25 10:20:04.43’. |
|