Answer Posted / Ravinder Kaur
Groovy scripts can be executed by running them directly, or by using a Groovy command-line tool called 'groovyc' that compiles the script into a Java bytecode and runs it as a standalone application. To execute a script named myScript.groovy, you would run: groovy myScript.groovy from the command line.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category