N
N
Nordman992020-05-16 09:28:37
Java
Nordman99, 2020-05-16 09:28:37

What is the difference between OpenJDK and original Java?

Hello everyone, tell me, I was wondering what are the differences between OpenJDK and the original Java? Well, it’s more correct to say, probably not Java, but Java SE, in general, what are the differences between an open and free JDK and a closed JDK offered for download on the java.com website, I tried to use it, and as a user and a little as a programmer, I’m just starting to learn Java , and did not find any differences - OpenJDK works in the same way as Java SE, although it is possible for a professional developer to make a difference

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Daniil Demidko, 2020-05-16
@Chronicler

The code is the same. The difference between these builds is licensing and support. Better take OpenJDK.

S
Saboteur, 2020-05-16
@saboteur_kiev

Key Difference:
Both javas are based on the same codebase.
Open JDK is an open product. Versions come out more often, new features come out more often. The contributors include not only Oracle, but also the community and several large companies.
Oracle JDK is an enterprise product. Versions come out less often, but are held longer. All commits are made only by Oracle. Before the release of the version, more time is spent on debugging performance and stability.
Since Oracle bought java, it's easier for him to live - to large customers to sell a slightly more stable enterprise solution, and on Open java it's faster to implement new features and watch feedback.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question