1. Create two java classes (ClassOne.java, ClassTwo.java):
One with the main method (ClassOne.java)
One without the main method (ClassTwo.java)
Create a Constructor Chain inside the ClassTwo.java
Create object in ClassOne.java to invoke the constructor chain