Java Interview Questions
There are four ways to create an object in Java as follows :
1. Using new operator
2. Using Class.forName()
3. Using clone() method
4. Object de-serialization