Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in

Kai Zander

Avatar
  • Total activity 2
  • Last activity December 17, 2022 13:07
  • Member since December 17, 2022 13:07
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
Activity overview Posts (0) Comments (1)
Sort by recent activity Recent activity Votes
  • Created December 17, 2022 13:07
    Using StringBuilder can only offer better performance if you repeatedly append to it in a loop: var sb = new StringBuilder();for (...) { sb.append(something);} Using a StringBuilder to concatenate...
    1. Community
    2. IntelliJ IDEA Users
    3. Idea wish to change StringBuilder to the String
    • 0 votes
Copyright © 2000– JetBrains s.r.o.