Examples with "chaînes Java" and their translation 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.
De plus, un indicateur de représentation matricielle peut être éventuellement attribué dans la représentation d'objets à chaînes Java.
An array representation flag can optionally be allocated in the Java string object representation.
Les plus utilisées sont les longueurs entières comme n (pour des chaînes Java), w (pour ASN. ou SNMP) et N (pour les XDR de Sun).
The ones likely to be of most use are integer-packing ones like n (for Java strings), w (for ASN. or SNMP) and N (for Sun XDR).
Pour créer des objets à chaînes Java, un constructeur perfectionné peut être intégré dans une bibliothèque Java disponible pour les programmes d'application (ou programmeurs).
To create Java string objects, an enhanced constructor can be provided in a Java library that is available to application programs (or programmers).
Manipulation des chaînes Java 2 - A l'issue de cette rubrique, vous serez en mesure d'utiliser les classes String et StringBuffer afin de manipuler des chaînes dans un programme.
Java 2 system operations - use the Java System class to access system resources. Manipulating Java 2 strings - use the String and StringBuffer classes to manipulate strings in code.
Prenons l'exemple simple suivant où nous attribuons une chaîne dans une Ici, le type de la valeur ci - dessus est Java.lang.String emprunté à Java, parce que les chaînes Scala sont également des chaînes Java.
Here, the type of the value above is java.lang.String borrowed from Java, because Scala strings are also Java strings.
Andere resultaten
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.
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.
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.
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.
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.
Convertir un int en une représentation de chaîne binaire en Java?
Converting an int to a binary string representation in Java?