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

Feb 17, 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

Jan 25, 2014

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