Groovy Quiz 1 | Basics Reference video | Groovy Playground 1 Point for every correct answer | Let’s Get Started 1. Groovy is based on Java JavaScript Python Ruby 2. Groovy is a high-level language Yes No 3. Groovy is Dynamically typed language Statically typed language Optionally typed (Both dynamic and static) 4. In dynamic programming languages type checking happens at runtime type checking happens at compile time 5. In static programming languages type checking happens at run time type checking happens at compile time 6. This language is influenced by Groovy Ruby Kotlin Go 7. Java is required to install Groovy Yes No 8. What is the command to check java version java -version java -v java – – version 9. What is the command to check groovy version groovy –version groovy -v Both A & B 10. What is the command to install groovy on Mac OS using Homebrew brew install groovy brew get groovy brew add groovy Loading … 65