Por lo general, el uso de un objeto Java hace que tu código se lea mejor y sea más sencillo de mantener.
Using a Java object also typically makes your code more readable and easier to maintain.
Si usamos un objeto Java, los contenidos del objeto se asignan automáticamente a ubicaciones secundarias de forma anidada.
If you use a Java object, the contents of your object are automatically mapped to child locations in a nested fashion.
El Servlet, que es una objeto java, se encarga de generar el texto de la página web que se entrega al contenedor.
The Servlet, which is a java object, is in charge of generating the text of the web page delivered to the container.
Convierte el esquema JSON en un objeto java.
Convert minified JSON code into human java object.
JSON a JAVA Convierte el esquema JSON en un objeto java.
JSON Beautifier Convert minified JSON schema to java object.
Si usas un objeto Java, el contenido de tu objeto se asigna automáticamente a las ubicaciones secundarias de forma anidada.
If you use a Java object, the contents of your object are automatically mapped to child locations in a nested fashion.
Esta función es solo para usuarios avanzados y en general no se recomienda su uso, pues proporciona un puntero al propio objeto Java, no una copia de éste.
This function is for advanced users only and is not generally recommended, as it delivers a pointer to the Java object itself, not a copy of it.
A un método de instancia se le pasa un objeto Java como primer argumento de la llamada a método.
An instance method has a Java object passed to it as the first argument of the method call.
El software incluye aplicaciones que lo ayudarán a crear un servicio web a partir de un objeto común, crear un objeto Java a partir de un servicio web, y a procesar ambos.
The software includes applications that help you create a web service from a plain object, create a Java object from web service, and process both.
Por otro lado, creamos dos objetos "JNI": jclass, donde guardaremos la clase java y jobject, que será un objeto Java de la clase en cuestión.
On the other hand, we create two "JNI" objects: jclass, where we save the class java, and jobject, which will be the Java object of the class.
¿Cuál es la forma "correcta" de almacenar un puntero nativo dentro de un objeto Java?
What is the 'correct' way to store a native pointer inside a Java object?
Esto se logra usando el enlace de datos, en el cual una estructura XML se convierte en un objeto Java y viceversa.
It accomplishes this feat by using data binding, in which an XML structure gets converted to a Java object, and vice versa.
OOP se trata por completo de los objetos, por lo cual esta sección comienza con dos temas relacionados específicamente con la forma en que el lenguaje Java los maneja: palabras reservadas y la estructura de un objeto Java.
OOP is all about objects, so this section starts with two topics specifically related to how the Java language handles them: reserved words and the structure of a Java object.