设为首页 | 加入收藏
当前位置:首页>>教程>>JSP教程>> 贴点原版的(学习&锻炼e文):1.构造方法和方法的比较

贴点原版的(学习&锻炼e文):1.构造方法和方法的比较

时间:2006-6-27 15:32:21 来源:本站收集整理 作者:佚名

Understanding constructors

How constructors differ from methods


Summary
-->
Summary
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. (1,200 words)
-->