Doubt on constructor

Why did we give 1 empty constructor and 1 parameterized constructor, if we remove empty constructor what should happen

@rastogi.g1998 thats just to show diff types of constructors if you pass the arguments while creating the obj then para one will get called otherwise default (empty one)