Issue
Is it recommended to migrate Java8 application to Java11? and why? do you find that there's a lot of interesting functionalities added to Java11 that are more performant than functionalities in Java8
Solution
Is it recommended to migrate Java8 application to Java11? and why?
Yes, because :
- It is the latest free JDK release from Oracle under an open source license,
- There are many bugs fixed in Java 11, read this
- There are many new features, check here
Answered By - Youcef Laidani
Answer Checked By - Robin (JavaFixing Admin)