Generics: - casting으로부터의 해방.
List<String>,
List<?> ?: any type extends Object
Class<?> : (Object).getClass()로 리턴되는 특정 class의 정보 집합.
JMX도 추가. (JMX등 JEE 참고사이트 )
java.util.Concurrent
- Executor가 대표적: 멀티코어 활용.
그러나, 일반적인 thread프로그래밍 만으로도 (green thread = single thread OS)가
아닌 이상은 멀티코어가 어느정도 적용된다고 함.
그 외
http://skycris.tistory.com/3 1.5에 추가된
boxing/unboxing, - int(원시 형)과 Integer간 자동 형변환.
static import,
annotation 설명