I know that it is possible to write double quotes in Java strings by putting \\ symbol before them. But if double quotes are used a lot in a string, is there a
\\
No, there is no such way to write a String literal with unescaped quotes.
String
You can write the text externally and load it at runtime.