Question from the Java - Fundamentals test

Declare a string array in Java

Archived

Which answer(s) declare a "string"array?

Author: PierreStatus: Archived(New question!)Question passed 401 times
-1
Community Evaluations
developer avatar
Aymeric
24/02/2022
L'intitulé "Quelles réponses" peut inciter à faire plusieurs choix alors qu'il n'y en a qu'un seul de bon.
developer avatar
Auteur anonyme
01/03/2022
Tout Ă  fait ! C'est corrigĂ©, merci Aymeric 👍
developer avatar
Auteur anonyme
03/03/2022
Hello Aymeric. Je modifie directement la question existante plutĂŽt que d'approuver la nouvelle question.
developer avatar
soung
11/11/2023
Il n'y a pas qu'un choix. ces 2 declarations sont parfaitement valides : String [] s1 = new String[1]; String s2 [] = new String[1];
developer avatar
Auteur anonyme
13/11/2023
Tu as complĂštement raison ! Merci je corrige.