unclosed String Literal
807597Apr 27 2005 — edited Oct 17 2005I try to find a specific character from a String!
String name = "C:\windows\Destop\hello"
int a = name.lastIndexOf("\");
but then error appears and tells me
unclosed String Literal for ("\")
I don't know why?