newStringArray()
Function that returns a new string array.
newStringArray(size)
Returns a new String array of the specified number of elements.
size
Integer that represents the number of elements in the new array.
|
newStringArray()Function that returns a new string array. newStringArray(size)Returns a new String array of the specified number of elements. size Integer that represents the number of elements in the new array. |
|