What is the best/recommended way to add x number of occurrences of a character to a string e.g.
String header = "HEADER";
The header variable needs to have, let's say a hundred 0
's, added to the end of it. But this number will change depending on other factors.