w*******g 发帖数: 9932 | 1 what do you mean?
unless you want to use the extra features such as generics,
why do you even care? | H***a 发帖数: 189 | 2 other big things are java.utilconcurrent package and annotations, they will
change the ways you write Java code.
After Java 5,you suppose never use new Thread(), never use wait()/notify(),
and the annotation is a whole new thing.
JVM management and monitoring give you much more capabilities to monitor your
program at run time.
【在 w*******g 的大作中提到】 : what do you mean? : unless you want to use the extra features such as generics, : why do you even care?
|
|