0

Java's string class has a split method, but no join method. I've hand-written many a join method over the years. Apache has StringUtils. Google has Joiner.

Why isn't a join method part of Java's included class library?

Community
  • 1
  • 1
epalm
  • 4,283
  • 4
  • 43
  • 65

1 Answers1

4

...asks every Java developer who's ever looked for that method.

Ryan Stewart
  • 126,015
  • 21
  • 180
  • 199