Erstellen Sie Objekt in Java ohne neues Schlüsselwort

MyObject object = (MyObject) Class.forName("com.w3spoint.MyObject").newInstance();
Karthik .b