Connecting Tech Pros Worldwide Help | Site Map

Difference between constructors and methods

Newbie
 
Join Date: Aug 2009
Posts: 4
#1: Aug 29 '09
Can anyone please explain me the difference between constructors and methods in java??
JosAH's Avatar
Expert
 
Join Date: Mar 2007
Posts: 10,611
#2: Aug 29 '09

re: Difference between constructors and methods


Quote:

Originally Posted by anurag275125 View Post

Can anyone please explain me the difference between constructors and methods in java??

A constructor fills in the details (i.e. the 'state') of a newly created object; methods of an object make the object do something. Have you read Sun's Java Tutorial? Read the links in the very first article in this forum section.

kind regards,

Jos
Reply