Java verifique si una línea está adjunta en comillas

String n;
if(n.startsWith("\""))
{
    // execute if true
}
Innocent Impala