Citações duplas em string java

Quotes can be escaped in java by using \
e.g String something = "\"Data in Quote\"";
Gorgeous Goldfinch