Thursday, September 07, 2006

How constructors differ from methods

To learn Java, you must understand constructors. Because constructors share some characteristics with methods, it is easy for the Java beginner to confuse them. However, constructors and methods have important differences. If you are at all uncertain about this fundamental Java point, you should read this introductory-level tutorial.
By Robert Nielsen
http://www.ccnyddm.com/AdvJava/java_constructor_tutorial.htm

No comments: