Wednesday, July 30, 2008

Pass by reference or value

Explains the most often confused concept of parameter passing by value or by reference. Surprizing enough for newbies to accept that in Java, all method arguments are passed by value .... Parameter Passing in Java.

http://breathing-java.blogspot.com/2008/06/parameter-passing.html

Sunday, July 13, 2008

Object Oriented Principals

Crisp definitions for Object Oriented Principals (with relevance to Java). I have heard enough of crap definitions which prompted me to write this blog ... Oops! I defined it again.

Hope it will be helpful for the readers.

http://breathing-java.blogspot.com/2008/06/oops-i-defined-it-again.html