Should I avoid using String Class due to heap fragmentation?

I am currently using Strings all over the place in my code, is this fine or should I worry about Heap fragmentation?

Search here and you will find many posts warning to stay away from Strings where you can.

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.