Which is a useful way to try out small and simple Rhino programs and one-liners?
A
Starting an interactive shell
B
Starting a one to one shell
C
Creating a thread to do simple programs
D
Starting a multiple shell
Correct Answer: Starting an interactive shell
Rhino is distributed as a JAR archive. Start it with a command line like this : java -jar rhino1_7R2/js.jar program.js If you omit program.js, Rhino starts an interactive shell, which is useful for trying out simple programs and one-liners.