I was just wondering...
why can i have only one instance of Calendar object. Is there a reason for it to be a singleton?
I have tried to read the documentat
Did you think that it is a singleton because it has a getInstance() method? That's not the case!
getInstance() returns a new instance each time.
getInstance()