Which is a useful way to try out small and simple Rhino programs and one-liners?
Which is a useful way to try out small and simple Rhino programs and one-liners? 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.