08 August 2017

JShell view

jshell



JShell can be run by executing jshell.exe in  JAVA_HOME/bin.
Jshell has the imports.We can evaluate math functions,we can create methods.We can declare variables.So it is going to be very handy tool for testing and learning.


jshell1