Examples with "Java arrays" and their translation in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
In Java arrays are covariant, meaning that you can pass a String[] to any parameter or variable that expects an Object[].
En Java, les tableaux sont covariants, ce qui signifie que vous pouvez passer un String[] a n'importe quel paramètre ou variable qui s'attend à recevoir un Object[].
SYSTEM AND METHOD FOR LOW OVERHEAD BOUNDARY CHECKING OF JAVA ARRAYS
SYSTEME ET PROCEDE DE VERIFICATION, A FAIBLE SURCHARGE, DE LIMITES DE MATRICES JAVA
Because Java arrays are structured differently from C arrays, the code also includes functions that transform arrays from Java to C and from C to Java.
Andere resultaten
We know that, in a Java array,
This method differs from that of Java array indices, which starts at 0.
Cette méthode diffère de celle des indices de tableau Java, qui commence à 0.
When you do know how many elements an array contains, you can create the final Java array immediately, and insert the primitive values directly into the array.
Voici à quoi cela ressemble en utilisant lLorsque vous connaissez le nombre d'éléments d'un tableau, vous pouvez créer le tableau Java définitif immédiatement et insérer les valeurs primitives directement dans ce tableau.
Also during the second machine cycle of the current array access command, a maximum array index value is read from the Java array and written to the array boundary checker.
Durant ce second cycle machine de la commande d'accès à la matrice, il y a aussi lecture, à partir de la matrice Java, d'une valeur d'indice matriciel maximum qui est écrite dans le vérificateur de limites de matrice.
Java Array Sort descending?
How to declare an array in Java.
Arrays in Java are actually covariant, just like the list type we have seen.
Les tableaux en Java sont en fait covariant, tout comme le type liste que nous avons vu.
The techniques can be implemented to create Java string objects as arrays of one-byte characters when it is appropriate.
On peut appliquer ces techniques pour créer opportunément des objets à chaîne Java comme matrices de caractères à un multiplet.
The techniques can be implemented to represent signatures of Java methods as arrays of references.
Ces techniques sont mises en oeuvre afin de représenter des signatures de procédés Java sous forme d'ensembles de références.
Before studying in detail the notion of fixed-size arrays in Java,
Avant d'étudier en détail la notion de tableau de taille fixe en JAVA, et puisque