1.
Is the below information True of False
List in Groovy
syntax – [obj1, obj2, …]
[1,2,3,4] – list of integers
[“Groovy”, “Automation”, “Raghav”] – list of Strings
[1,2,[‘A’, ‘B’],4,5] – Nested list
[1,2,”Groovy”, 2.2] – Object list OR Heterogenous list
[] – Empty list