Saturday, October 26, 2019

Separating elements in array by colons instead of commas in java

In java, by default elements in an array are separated by commas. Is there anyway to make this a variable character. In some instances I want elements separated by commas, but in other instances, I want them separated by colons. Is there anyway to achieve this behavior?

No comments:

Post a Comment

hard drive - Leaving bad sectors in unformatted partition?

Laptop was acting really weird, and copy and seek times were really slow, so I decided to scan the hard drive surface. I have a couple hundr...