Yeah the title says all. How can I save this: " in a String. Because of the reason that you declare a String with ", you cant save this in a String directly. Is there another way?
Asked
Active
Viewed 38 times
0
-
2`String s = "\"";` It is called 'escaping'. – Frank Puffer Sep 08 '16 at 20:05
-
Have you tried String a = "\"";? – Ahmad Ghadiri Sep 08 '16 at 20:05