Quantcast
Channel: Adam Monsen » java
Browsing latest articles
Browse All 3 View Live

Mayday Programming Brain Teaser

Thanks to Sam for the idea. int k = 0; k = k++; After both lines execute, what is k equal to? Apparently, the answer depends on a number of things. In Java, k is 0. In C, it may be 0 or 1 depending on...

View Article



Sun, help!

The Subversion repository I use at work is hosted by java.net. Performance is generally on the slow side, but lately, the server is frequently going down. The most recent outage was more than 24 hours....

View Article

Ehcache Java library’s UpdateChecker == spyware

I just took a peek at recent Grails development, and noticed they added code to disable a “phone home” feature in Ehcache. Strange, I thought, why would this be necessary? Apparently Ehcache includes...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images