This is the first of a series of articles concerning proposed practices while working with the Java programming language. In this article we are going to discuss about the problems one may face when working with the DateFormat class in a multithreaded environment. Additionally we are going to discuss how to properly utilize the DateFormat class to achieve ultra high performance when parsing and formatting dates.
Read more at :
Java Code Geeks: Java Best Practices – DateFormat in a Multithreading Environment