I need to put " into a string literal in Java like the followig:
String a = "'"'Some string'"'";
Since google don't handle search request like String java " or String literal java " because of the charcter " I decided to ask about it here.