Constructors in Java

Constructors in Java If an variable is declared inside the class outside the methods then such kind of variables are called “instance variables”.If an instance variable is declared and not initialised then it will automatically initialised with default value of that variable type.If we donot want the default value then we can initialised the instance … Read more