employer cover photo
employer logo
employer logo

Jack Henry & Associates

Engaged employer

Jack Henry & Associates interview question

Why would you not want to use string.format?

Interview Answers

Anonymous

17 Feb 2019

wrong. When you use string, if you concatenate the string, it creates a new instance. So for concatenation stringbuilder is better than string.

1

Anonymous

25 Jan 2014

String.format has a security problem built into it that allows for value injection.