can we make object without using new in java code example Example: instanciate a object without the new keyword in java Class.forName("YOURCLASSNAME").newInstance();