Java Verifique se uma linha está entre aspas

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