Q. Which method is used to split a string into an array of substrings based on a specified delimiter in Java?
β
Correct Answer: (A)
split()
You must be Logged in to update hint/solution