When you would have more than 1 constructor, there can be a difference, depending on which constructor you call.
There would also be a difference if your class would extend another class and you wanted to call super(...) [as it must be the first statement in the constructor].