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,043
  • 4
  • 40
  • 65

1 Answers1

4

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

Ryan Stewart
  • 120,981
  • 20
  • 172
  • 194