There are many features added in java9 . Let me sort down few topics on what all were added and updated. 1. Jshell(JAVA+REPL):- An interactive tool to evaluate declarations, small code snippets with the help of API. It is a convenient feature for the purpose of testing. 2. Jigsaw Project:- It is used to access...