For every type of object, the Java virtual machine instantiates an immutable instance of java.lang.Class which provides methods to examine the runtime properties of the object including its members and type information. Class also provides the ability to create new classes and objects. Most importantly, it is the entry point for all of the Reflection APIs.

对于ref object,可以call Object.getClass()来获取Class。

对于primitive,可以call boolean.class。

最新文章

  1. Beginning Scala study note(2) Basics of Scala
  2. SSRS ReportServer Database 的Blocking问题
  3. [专题论文阅读]【分布式DNN训练系统】 FireCaffe
  4. python 字符串与数字之间的转换
  5. windows phone和android,ios的touch事件兼容
  6. poj - 2386 Lake Counting && hdoj -1241Oil Deposits (简单dfs)
  7. Zabbix实现告警分级
  8. java 几种常见的定时器
  9. [转贴]JAVA:RESTLET开发实例(三)基于spring的REST服务
  10. 基础总结篇之四:Service完全解析
  11. c语言,递归翻转一个单链表,c实现单链表
  12. empty,is_null,isset返回值的比较
  13. pxe无人值守安装linux机器笔记
  14. [Swift]LeetCode125. 验证回文串 | Valid Palindrome
  15. 9-安装redis
  16. Expo大作战(二十九)--expo sdk api之registerRootComponent(注册跟组件),ScreenOrientation(屏幕切换),SecureStore,
  17. go标准库的学习-crypto/md5
  18. python 全栈开发,Day104(DRF用户认证,结算中心,django-redis)
  19. 不一样的go语言-不同的OO
  20. MyEclipse10中文乱码

热门文章

  1. windows消息和消息队列
  2. Android ToolBar
  3. HDU3333 Turing Tree 树状数组+离线处理
  4. 微信 xml 转 Map
  5. Cheatsheet: 2015 12.01 ~ 12.31
  6. Sqrt(x) - LintCode
  7. Zabbix 3.0.3 SQL Injection
  8. 9----Lua中的面向对象
  9. Keycode对照表
  10. 线程池ExecutorService和完成服务CompletionService的使用获取线程的返回结果