The String class has numerous constructors, for creating and instantiating string variables.
La clase String tiene numerosos constructores, para crear e instanciar variables de cadena.
First, let's focus on the features available within the String class itself.
Primero, enfocémonos en las características disponibles dentro de la clase String.
Code Line 13-14: we are taking two class variables from which one is of the type thread class and other of the string class.
Línea de código 13-14: estamos tomando dos variables de clase de las cuales una es de la clase de subproceso de tipo y otra de la clase de cadena.
So let's look at some of the stuff we can do with the String class.
Así que veamos algunas de las cosas que podemos hacer con la clase String.
On line 4 is a call to the strip method built into every String class.
En la línea 4 se hace una llamada al método strip, incluido en cada clase String.
String data, whether it be a sequence of characters, numbers, symbols, or some mix thereof, can be stored in a variety of ways, but the String class is the primary utility class used for this purpose.
Los datos de cadena, ya sea una secuencia de caracteres, números, símbolos o alguna mezcla de los mismos, pueden almacenarse de varias maneras, pero la clase String es la clase de utilidad primaria utilizada para este propósito.
The String class includes a method for concatenating two strings
La clase String incluye un método para la concatenación de dos cadenas
The String class is used to encapsulate human-readable text characters, which are often displayed to the screen.
La clase String se utiliza para encapsular caracteres de texto legibles por humanos, que a menudo se muestran en la pantalla.
The String class has the following two properties
La clase String tiene las dos propiedades siguientes
The String class has numerous methods that help you in working with the string objects.
La clase String tiene numerosos métodos que ayudan en el trabajo con los objetos de cadena.
Java provides you with String class in java.lang package, which does not require an import statement.
La clase String forma parte del package java.lang y se describe completamente en la documentación del API del JDK.
Java's standard way to handle text is to use its String class.
La manera estándar de manipular texto en Java es usar su clase String.
The above list of methods is not exhaustive, please visit MSDN library for the complete list of methods and String class constructors.
La lista anterior de los métodos no es exhaustiva, por favor visite la biblioteca MSDN para obtener una lista completa de métodos y constructores de clase String.