Constructor is used to initialize an object whereas method is used to exhibits functionality of an object . Constructors are invoked implicitly whereas methods are invoked explicitly. Constructor does not return any value where the method may/may not return a value.