how to create object without new keyword in java code example Example: instanciate a object without the new keyword in java Class.forName("YOURCLASSNAME").newInstance();