Java vérifie si une ligne est jointe en guillemets

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