char[...] or string.charAt(...)
Dear viewers,
I was wondering which was more efficient to use to view a particular character.... char[...] or string.charAt(...). <Just for viewing purposes>
Also, generally speaking, would it be more efficient to use char[] if modifying of individal characters is invovled and Strings if the number of characters changes drastically ?
Sincerely,
Ibn Aziz
|