One of the common programming practices is to define a static SimpleDateFormat instance and use it in your application whenever you need to parse and/or format Java dates. It actually does perfect sense, because parsing and formatting in general is a computationally expensive operation and rather than creating the object over and over again, [...]
