Abstract
I will describe how to split a string in Java using the split() method. Continue reading
Tag Archives: Strings
Java – Concatenating strings efficiently in a loop
Suppose you are given the following task: Create the string “222…2” of length 100 000. How would you do that? Continue reading