Is it possible to create arrays of length zero?.
Select the one correct answer.
main()
method may be passed a zero-length array of Strings when no program arguments are specified.(a)
Java allows arrays of length zero.
Such an array is passed as argument to the main()
method when a Java program is run without any program arguments.