Constructor in java

The constructor is like a method which is used to initialize the state of an object, at the time of object creation by using the new keyword. There is some … Continue reading Constructor in java