Identify the method that can be used to create an array of substrings.
a. strArray = split.string (str)
b. strArray = string.split(str)
c. strArray = str.split(string)
d. strArray = (str)string.split



Answer :

Other Questions