LanguageLevel

Entries

Link copied to clipboard

Java 1.0

Link copied to clipboard

Java 1.1

Link copied to clipboard

Java 1.2

Link copied to clipboard

Java 1.3

Link copied to clipboard

Java 1.4

Link copied to clipboard

Java 5

Link copied to clipboard

Java 6

Link copied to clipboard

Java 7

Link copied to clipboard

Java 8

Link copied to clipboard

Java 9

Link copied to clipboard

Java 10

Link copied to clipboard

Java 10 -- including incubator/preview/second preview features. Note that preview features, unless otherwise specified, follow the grammar and behaviour of the latest released JEP for that feature.

Link copied to clipboard

Java 11

Link copied to clipboard

Java 11 -- including incubator/preview/second preview features. Note that preview features, unless otherwise specified, follow the grammar and behaviour of the latest released JEP for that feature.

Link copied to clipboard

Java 12

Link copied to clipboard

Java 12 -- including incubator/preview/second preview features. Note that preview features, unless otherwise specified, follow the grammar and behaviour of the latest released JEP for that feature.

Link copied to clipboard

Java 13

Link copied to clipboard

Java 13 -- including incubator/preview/second preview features. Note that preview features, unless otherwise specified, follow the grammar and behaviour of the latest released JEP for that feature.

Link copied to clipboard

Java 14

Link copied to clipboard

Java 14 -- including incubator/preview/second preview features. Note that preview features, unless otherwise specified, follow the grammar and behaviour of the latest released JEP for that feature.

Link copied to clipboard

Java 15

Link copied to clipboard

Java 15 -- including incubator/preview/second preview features. Note that preview features, unless otherwise specified, follow the grammar and behaviour of the latest released JEP for that feature.

Link copied to clipboard

Java 16

Link copied to clipboard

Java 16 -- including incubator/preview/second preview features. Note that preview features, unless otherwise specified, follow the grammar and behaviour of the latest released JEP for that feature.

Link copied to clipboard

Java 17

Link copied to clipboard

Java 17 -- including incubator/preview/second preview features. Note that preview features, unless otherwise specified, follow the grammar and behaviour of the latest released JEP for that feature.

Link copied to clipboard

Java 18

Link copied to clipboard

Java 19

Link copied to clipboard

Java 20

Link copied to clipboard

Java 21

Link copied to clipboard

Java 22

Link copied to clipboard

Java 23

Link copied to clipboard

Java 24

Link copied to clipboard

Java 25

Link copied to clipboard

Java 26

Properties

Link copied to clipboard
The newest Java features supported.
Link copied to clipboard
The latest Java version that is available.
Link copied to clipboard
The most used Java version.
Link copied to clipboard
Does no post processing or validation.

Functions

Link copied to clipboard
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.