You do not have to do anything. However, it is recommended that you use characters instead of strings in cases where you will use the same string literal again and again. The reason is that only one character is stored in memory, whereas if you use a string literal, it will be created every time you assign it, therefore potentially losing memory.