문제

What java version is more stable/safe to be used in new projects, 6 or 7? I noticed both of them have had security fixes last months.

Thanks

도움이 되었습니까?

해결책

Java 6 is EOF (End Of Life) and is not getting any other update and security fixes since February 2013. http://www.oracle.com/technetwork/java/eol-135779.html

Java 7 is the way to go unless you have technical constraints.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top