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.
Comment