You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zhibo Chen edited this page Feb 8, 2017
·
2 revisions
#Basic commands
There are 5 basic commands in the JavaShell Scripting language.
They are
load, ls, bind, unbind, showbind
##The basic idea
The shell operates on one Java Object at a time. And invoke the methods by directly typing the method name, along with all the arguments.