Create a Java program that contains a class named Rectangle. The Rectangle class should contain two attributes to store the length and breadth of a rectangle.
The class should also contain overloaded constructors to initialize attributes. In addition, the class should also contain a method named area that returns the area of the rectangle.