Java Date objects can mutate, even when read
Ran into this problem a couple of months ago, when we saw some strange dates in production. So I dug into the Java library sources (thank you Sun for providing those!) and found that Date objects aren’t always “normalized”. Rather, sometimes a “denormalized” value is stored which is later ...
more ...
In the last couple of weeks I had at least two cases where I saw a
(provocative) post come up in my feedreader, click trough to read the
entire piece (
“eval” (short for evaluate) is usually the name given to the method in
dynamic languages which makes it possible for the programmer to access
the compiler / runtime. Here are a few links to the documentation for
the function in different languages: