A voir également:
- Java
- Jeux java itel touche - Télécharger - Jeux vidéo
- Waptrick java football - Télécharger - Jeux vidéo
- Jeux gratuits sur mobile ✓ - Forum Logiciels
- Java apk - Télécharger - Langages
- Jeux java itel 5360 - Forum Mobile
1 réponse
class MyClass
{
static int myTab[Integer.MAX_VALUE]; // Tu peux remplacer Integer.machin par une valuer Entière
//Instanciation en permier temp
static void myProc()
{
MyClass.myTab[0] = 0; ...... // Iniatialisation dans un second temp
// ou une boucle
}
}
// ou bien static int myTab[3] = {0,1,2};//Instanciation + initialisation
{
static int myTab[Integer.MAX_VALUE]; // Tu peux remplacer Integer.machin par une valuer Entière
//Instanciation en permier temp
static void myProc()
{
MyClass.myTab[0] = 0; ...... // Iniatialisation dans un second temp
// ou une boucle
}
}
// ou bien static int myTab[3] = {0,1,2};//Instanciation + initialisation