Quotes doubles dans String Java

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