0

If a vendor provides you with a program written for Java 8, is there any security advantage of running that program in the latest OpenJDK build of Java 11 instead of the latest OpenJDK build of Java 8?

4
  • 1
    Answering this question in general is very complicated as a lot of improvements have been back ported to Java 8. Besides that in my opinion Java 11 has more advantages on functional level. But make sure to check the support period of your OpenJDK distribution as for a lot of them the EOL date of Java 11 is often earlier than the EOL date of Java 8. en.wikipedia.org/wiki/Java_version_history Commented Dec 15, 2021 at 14:58
  • This seems to be a garbage question. Should we delete it? Commented Dec 21, 2021 at 20:54
  • 1
    I would no say so. There are security improvements in Java 11 like by default unlimited strength crypto policy and TLS 1.3 support. The problem is just that those features have already been backported to Java 8. So the question is are there any additional security improvements in Java 11. Commented Dec 22, 2021 at 12:26
  • @Robert - Did you mean to say, "I would no say so."? Perhaps you meant "I would not say so"? I will be deleting this comment very soon. Commented Dec 22, 2021 at 14:21

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.