What is the differences between Amazon Corretto and Java JDK? Why we use Amazon Corretto for specially developing Enterprise Apps?
It’s Amazon’s OpenJDK distribution. Its no a cost enterprise Java implementation which is supported and maintained by Amazon.
Amazon Corretto is a production-ready distribution of OpenJDK, and it’s designed to provide everything you need to create and run Java applications without limits. Open Java Development Kit, or OpenJDK, is a popular distribution of Java used by developers to create rich applications, and Corretto is an Amazon implementation of OpenJDK. It’s compatible with Java SE, which is the standard for web applications released back in 2006.
Why use it? Amazon supported, production ready, runs on everything, at no cost, including long-term support.
If your bank is writing Java apps on AWS, then Amazon Corretto should be strongly considered.
References