Java Runtime Environment 1.5.0 ❲LATEST❳
JRE 1.5.0 shipped with a mature and Policy Tool ( policytool ).
Although JRE 1.5.0 is an older version of the Java Runtime Environment, it still has some relevance: java runtime environment 1.5.0
Seamless conversion between primitives ( int ) and wrapper types ( Integer ). The JRE compiled this into Integer.valueOf(int) and intValue() calls. The valueOf() method was optimized to cache small integers (-128 to 127), a subtle but critical performance feature. a new interface.
Syntactic sugar for Iterator . The JRE required the iterable object to implement java.lang.Iterable<T> , a new interface. java runtime environment 1.5.0