Groovy Quiz 2 | Getting Started Reference video | Groovy Playground 1 Point for every correct answer | Let’s Get Started 1. What is the command to run a groovy file from the command line groovy “location of file” groovy run “location of file” 2. How to use single line comments in groovy // comment # comment $ comment 3. How to use multi-line comments in groovy // multi // line // comments /* multi * line * comments */ 4. Groovy is a case sensitive language like Java True False Loading … 21