What s the best way to store a very long string resource for a Blackberry app? Just using a static final variable somewhere is ugly because this is a huge 100 line string, and Java has no multi-line string syntax. Should I just stick it in a text file and bundle that with my app, or is there an accepted way to do this?
I have a simple problem that says: A password for xyz corporation is supposed to be 6 characters long and made up of a combination of letters and digits. Write a program fragment to read in a string ...