Hello how can I say I want to compare a " character or introduce it inside a String.ie:String t="whatever "still on the String" ";I mean havind the " inside the String definition;
well I can use a + and the char " to add that character into the String but is there a way to use the " inside a String? for example fot have it inside a compareTo method.
You have have it by using the delimitter and if you want th compare it the use the charAt method of that index and compare it...eg. String = " Display \" ";it will generate the output as : Display "