Skip to content

Basic Commands

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.

Clone this wiki locally