Hi I am Ankur and have been coding with java for few years now..I have read Head first Java The Complete Reference by Herbert Schildt earlier and recently I came across a major
No argument constructor is automatically generated by the compiler unless you define another constructor.
So in your case with the student class, no argument constructor was automatically inserted because you have not provided any other constructor.