
Would you initialize your strings with single quotes or double quotes?

Hi friends,
Both are good but I would prefer & recommend that we go for initializing string with single quotes which would help in speeding process. Because the data inside the single-quoted string is not parsed for variable substitution, it?s always a better idea speed-wise to initialize a string with single quotes, unless you specifically need variable substitution.
Thanks.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.