Monthly Archives: April 2018

Java DateFormat: Do use FastDateFormat or clone() to achieve Thread-Safety

TL;DR: Use Apache Commons FastDateFormat. Use DateFormat.clone() if you can’t use FastDateFormat. Continue reading

Posted in Carano, Computers, English, Java | Leave a comment