Question: What is the name of the class in Groovy that allows you to add properties and methods to the class dynamically? Options: Answer: Expando
Category: Groovy Interview Questions
Question: By implementing this method from the GroovyObject interface we can catch method calls from methods that are not defined. Options: Answer: invokeMethod()
Question: All objects in Groovy implements which Groovy Interface? Options: Answer:
Question: When making call from Java to Groovy will it go via the Meta Object Protocol (MOP)? Options: Answer: False
Question: What does Groovy MOP stand for? Options: Answer: