I am writing new project in Java 8 in company. I have suggested to use Java 8 date time API but one of my co workers says that new Date time API works slow.
Is it true? Also I want to get some official documentation from Oracle which will mention that you should not use java.util.Date
in new projects.
When java.time.*
was developed, this phrase was what I wanted to add to java.util.Date
:
"This class is now effectively deprecated by the Time Framework for Java."
It was in the source repository for a while, see here.
However, this change was rejected by Oracle, and as such there is no explicit deprecation of java.util.Date
. However, all sensible developers should use Instant
and java.time.*
generally instead of java.util.Date
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With