Java créant des chaînes en utilisant le nouveau mot-clé

// create a string using the new keyword
String name = new String("Java String");
SAMER SAEID