what is the difference between openJdk and OracleJdk? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

what is the difference between openJdk and OracleJdk?

24th Aug 2019, 11:12 AM
ta11_g33k
ta11_g33k - avatar
2 ответов
+ 3
The OpenJDK is the open-source reference implementation of the language. The OracleJDK is an implementation of the OpenJDK, it includes everything in the OpenJDK and more. Moreover, it provides warranties and such (which are provided by oracle) and more features. The main difference is that the OpenJDK is free, the OracleJDK is not. That being said both follow the Java language specifications and provide all the functions Java should have.
24th Aug 2019, 3:49 PM
Andy Wong
Andy Wong - avatar
+ 2
OpenJDK create new Java features, and Oracle sell it and pay for the development of it
24th Aug 2019, 11:31 PM
zemiak