Monthly Archives: August 2010

System.gc() is evil

I was going through some articles the other day and I came across a few things about System.gc which I would definitely like to share with everybody here.  There is no disagreement on the fact that the exact semantics of … Continue reading

Posted in Java | Leave a comment

Implementation Vs Interface Inheritance. Is Implementation Inheritance Bad?

Well that has been a big discussion lately, whether or not to use concrete inheritance. Jim Gosling when asked if he would do anything different if he had a chance to do it all again, and he mentioned he would … Continue reading

Posted in Java | Tagged | Leave a comment