How to get a Class Object from the Class Name in Java

前端 未结 5 905
故里飘歌
故里飘歌 2020-12-15 15:37

I know the class name, say \"MyClass\" and want to retrieve the Class object, ie. MyClass.class for future references. Is ther

5条回答
提交回复
热议问题