Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

参考“传智 张孝详 Java高新技术”

Jdk5的一些新特性学习

  • 自动拆装箱 AutoBox
  • 静态导入 StaticImport
  • 可变参数 VariableParameter
  • 枚举 enumtest
  • 注解 annotation
  • 反省与JavaBean introspection
  • beanutils beanutils
  • 反射 reflect
  • 泛型 generic
  • 类加载器 classloader
  • 动态代理与SpringAop实现 proxy
  • throwable