Créer un objet en java sans nouveau mot-clé

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