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