Bitten by the specialness of Java arrays
February 18, 2009
Suppose you have some text in Java that you want to manipulate. There are classes like StringBuffer for doing so, but let’s imagine that you choose to use a char array for some special reason. Now suppose that several pages of code later, perhaps in a different piece of code entirely, you decide to use [...]
Filed under: Java | Comments (4)