摘要: They are actually different with regards to where you can use them. A.class works at compile time while a.getClass() requires an instance of type A and works at runtime. The .class Syntax... 阅读全文
posted @ 2020-06-02 06:50 bitbitbyte 阅读(123) 评论(0) 推荐(0)