What is a constructor in Java? Discuss the purpose of constructors, the differences between default and parameterized constructors, and how they are invoked when creating an object. Additionally, explain the concept of constructor overloading and its significance in Java programming.