Java 9 has been released in the market. It has lots of new improvements and additions. In this article, I am enlisting 9 things of this major release.
- Introduction of Jshell
Now, java has joined the league of languages with a shell. Languages like python, ruby and R were having a handy shell in which we can evaluate our code on the fly. Now java has introduced Jshell using which we can eval our java code easily. The jshell tool provides an interactive command-line interface for evaluatin declarations statements and expressions of the java programming language.…