String manyPets = "Ant, Bat, Cat,,,,," ; String[] pieces = manyPets.split( ", *" , 0 );
String[] pieces = { "Ant", "Bat", "Cat" };
You have reached the End of the Chapter. Here is a list of topics you may wish to review.
You have reached the end of the chapter.