Java criando cordas usando a nova palavra -chave

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