Originally posted by Libania Paes:
What�s the difference between constructor and method with the same name as the class name?
scwcd, scjd, scjp<br /><a href="http://natejohnson.us" target="_blank" rel="nofollow">http://natejohnson.us</a><br /><a href="http://rice.kuali.org" target="_blank" rel="nofollow">http://rice.kuali.org</a>
Originally posted by Nate Johnson:
The method "public void Main" is just another method that can be called. They will try to trick you into thinking it is the constructor on a lot of questions...
scwcd, scjd, scjp<br /><a href="http://natejohnson.us" target="_blank" rel="nofollow">http://natejohnson.us</a><br /><a href="http://rice.kuali.org" target="_blank" rel="nofollow">http://rice.kuali.org</a>
Unlike methods, a constructor cannot be abstract, static, final, native, strictfp, or synchronized.
Dan Chisholm<br />SCJP 1.4<br /> <br /><a href="http://www.danchisholm.net/" target="_blank" rel="nofollow">Try my mock exam.</a>
Consider Paul's rocket mass heater. |