Job offers
Companies
Tests
Blog
I'm an employer
Sign up
Log in
Group 2@2x
Created with Sketch.
Home
>
IT Tests
>
Questions
>
Declare a string array in Java
Question from the Java - Fundamentals test
Declare a string array in Java
Start test
See the Java - Fundamentals test
Archived
Which answer(s) declare a "string"array?
String[] s
string[] s
String s[]
String[s]
View the correction
Author: Pierre
Status: Archived
(New question!)
Question passed 401 times
-1
Community Evaluations
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.
Auteur anonyme
01/03/2022
Tout Ă fait ! C'est corrigĂ©, merci Aymeric đ
Auteur anonyme
03/03/2022
Hello Aymeric. Je modifie directement la question existante plutĂŽt que d'approuver la nouvelle question.
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];
Auteur anonyme
13/11/2023
Tu as complĂštement raison ! Merci je corrige.
Similar Questions
More questions about Java
19
Write a Java program that prints 'welovedev'.
9
How should a package be named in Java?
9
What is the difference between an interface and an abstract class in Java?
7
How to concatenate two strings of characters in Java?
5
Are arrays primitives types in Java?
Load 5 more similar questions