mehmandarov / course-java-9

Exercises for my course on Java 9 features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java 9 Course

Teaches you the ins and outs of Java 9 (not the module system, though). The links below take you to the demo in this project, the JEP responsible for introducing the feature, and to other sources if available.

Setup

The scripts are written for Linux but should look similar on other operating systems. They do need three symlinks, though:

  • java9 links to java in the JDK 9 install
  • javac9 links to javac in the JDK 9 install
  • jar9 links to jar in the JDK 9 install

Language Changes

The language changes are rather small and there is no real point in doing any exercises - it suffices to take a look.

APIs

JVM Features

About

Exercises for my course on Java 9 features


Languages

Language:Java 89.6%Language:Shell 10.4%