Vertaling van "chaîne Java" in Engels
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.
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 create Java string objects as arrays of one-byte characters when it is appropriate.
Cet indicateur de représentation matricielle peut indiquer si l'objet à chaîne Java est attribué comme matrice de caractères à un multiplet ou comme matrice de caractères à deux multiplets.
The array representation flag can indicate whether the Java string object is allocated as an array of one-byte or an array of two-byte characters.
Dans une variante, le type d'élément de la matrice peut être référencé au moyen d'une ou de plusieurs références pour déterminer si l'objet à chaîne Java a été attribué comme matrice de caractères à un multiplet ou comme matrice de caractères à deux multiplets.
Alternatively, the element type of the array can be referenced by using one or more references to determine whether the Java string object has been allocated as an array of one-byte or as an array of two-byte characters.
Comme vu dans la déclaration, l'appel natif retourne une chaîne Java que nous pouvons utiliser n'importe où dans notre source Java.
As seen in the declaration, the native call returns a java string which we can use anywhere in our java source.
Si vous utilisez le caractère barre oblique inverse (\) comme caractère d'échappement, vous devez également utiliser deux caractères backslash dans votre chaîne Java littérale, car la barre oblique inverse est aussi un caractère d'échappement Java.
If you use the backslash character (\) as the escape character, you also have to use two backslash characters in your Java String literal, because the backslash is also a Java escape character.
Renvoie la valeur de ce noeud de texte comme une chaîne Java. 4
Returns the value of this Text node as a Java string. 4
Il ya indexOf, qui est très semblable à indexOf, sur, disons une chaîne Java.
There is indexOf, which is very much like indexOf, on let's say a Java string.