download java jdk 11 code example

Example 1: java jdk 11

Download:
	https://www.oracle.com/java/technologies/javase-jdk11-downloads.html
	https://adoptopenjdk.net/?variant=openjdk11
Java Language Specification:
	https://docs.oracle.com/javase/specs/jls/se11/html/index.html
API Docs:
	https://docs.oracle.com/en/java/javase/11/docs/api/index.html

Example 2: JDK IN JAVA

The Java Development Kit (JDK) is a software development 
environment used for developing Java applications. 
It includes:
	Java Virtual Machine, 
	Java Runtime Environment,
	Loader, 
	Java compiler, 
	Documentation generator 
	Archiver (jar), 
	Other tools needed in Java development.

Tags: