A voir également:
- Java
- Jeux java itel - Télécharger - Jeux vidéo
- Waptrick java football - Télécharger - Jeux vidéo
- Waptrick java voiture - Télécharger - Jeux vidéo
- Java apk - Télécharger - Langages
- Eclipse java - Télécharger - Langages
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