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