Java11 is the latest new version released by oracle in March 2022.

It is also called Java SE Platform with Version 11.

Java11 Features

  • Added new methods to String classes
  • Added new File methods: readString and writeString
  • toArray method to java.util.collections
  • not method added to Predicate interface
  • using var keyword in Lambda expressions
  • HTTP Client improved by support HTTP/ 1.1 and HTTP/1.2
  • JEP 330: Launch Single-File Source-Code Programs: Javac is not required to compile files; you can use java to compile and run the code.
  • Removed and deprecated modules
  • JEP 332: Transport Layer Security (TLS) 1.3 Epsilon Garbage Collector
  • Low-Overhead Heap Profiling using JMTI
  • Flight Recorder is implemented in OpenJDK
  • JEP 320: Remove the Java EE and CORBA Modules

What is the latest version of Java 2018?

Java 11 or jdk11 is the latest version released in September 2018.

You can download from here

Supported Versions for Java11

Following are tools or softwares supported by java 11 version. What is recommeded version for Jboss version supports Java 11 ?

SoftwareVersion
JBoss Enterprise Application Server 77.1.0,7.2.0,7.3.0,7.4.0,8.x
WildFly15 to 27 versions

Reference