getClass()

代碼: package cn.tedu.object; public class ObjectDemo2 { public static void main(String[] args) { //創建對象 ObjectDemo2 od2=new ObjectDemo2(); //全路徑名—包名+類名 //實際創建類的類型 System.out.println(od2.getClass()); }
相關文章
相關標籤/搜索