How do i retrieve an array called test | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

How do i retrieve an array called test

16th Mar 2017, 8:37 AM
MICHAEL Gicheri
2 Réponses
0
Type[] test = new type[size] ; Type[] test = {1,2,3}; Type[] test = new type[] {1,2,3}; From stackoverflow.Com/quastions/1200621/how-to-declare-an-array-in-java
16th Mar 2017, 10:07 AM
מעשה בבלון
0
not quite the answer
22nd Mar 2017, 11:07 AM
MICHAEL Gicheri