How-to articles, tricks, and solutions about INDEXOUTOFBOUNDSEXCEPTION
Initial size for the ArrayList
The initial size of an ArrayList in Java is 0.
Java string split with "." (dot)
To split a string in Java using a dot (.) as the delimiter, you can use the split method of the String class.