Hit enter after type your search item

Java Tutorials

The split method breaks the specified string by the given regular expression delimiter and returns an array. The array contains substrings of the specified string after splitting. Continue Reading