Which of the following statements are valid ?
Select 2 options
Correct Options are : B D
For Option A.
You cannot specify the length of the array ( i.e. 3, here) if you are using the initializer block while declaring the array.
For Option C.
here v is not declared as array of strings but just as a String.
For Option E.
There are no commas separating the strings.