Hi All,
If you didn't know there is two major versions of Java one being Oracle and the other being OpenJDK of course the main one is OpenJDK now but I am curious on the statment below what is Oracle doing to improve Java are they altered how things are done and if this is the case wouldn't it lead to stuff breaking on different systems with different Java versions Eg build with Oracle and deployed on OpenJDK.
**There’s no real technical difference between the two, since the build process for Oracle JDK is based on that of OpenJDK.
When it comes to performance, Oracle’s is much better regarding responsiveness and JVM performance. It puts more focus on stability because of the importance it gives to its enterprise customers.
OpenJDK, in contrast, delivers releases more often. As a result, we can encounter problems with instability. Based on community feedback, we know some OpenJDK users have encountered performance issues.**