Examples of using Java object in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
Every Java Object has a lock.
Out-of-box support for Java object storage.
Any Java object can be used as a lock.
As we just discussed, every Java object has a lock.
Every Java Object has a monitor associated with it.
The data-model is not in a textual format, it's from Java objects.
A POJO is a Java object that has no limitations.
Using JNDI,a J2EE application can store and retrieve any type of named Java object.
The second parameter is the Java object that this function is a part of.
Any Java object that can pass more than one IS-A test is considered to be….
Using JNDI,a J2EE application can store and retrieve any type of named Java object.
Databases, web services, Java objects can serve as a data source for reporting.
Spring unifies several transaction management API's and coordinates transaction for Java Objects.
However, if you use Java objects, you would run into serialization and classloading troubles.
It allows you to transform the data contained in a java object model into/from an XML document.
Each Java object can be used as a synchronization lock, the lock is called the built-in lock or monitor lock.
The HTTP session is able to store any Java object, while a cookie can only store String objects. .
Each Java object can be used as a synchronization lock, the lock is called the built-in lock or monitor lock.
The HTTP session is capable of storing any Java object, while a cookie can only store String objects. .
Having every Java object support hashCode() allows for efficient storage and retrieval using hash-based collections.
Js application is that the data model consists of Java Objects, which the user can manipulate from his Java code.
Other languages have addressed this with traits or full-blown multiple inheritance,but we did not want to fundamentally change the Java object model.
Or your container can hold interface{}types(apparently a bit like a Java Object or a C++ void*), giving up(static) type safety.
Inversion of control container:configuration of application components and lifecycle management of Java objects, done mainly via dependency injection.
Cayenne binds one or more database schemas directly to Java objects, managing atomic commit and rollbacks, SQL generation, joins, sequences, and more.
H2o can export the model in one of the two formats:POJO(Plain Old Java Object) or MOJO(Model Object, Optimized).
Remote access framework: configurative RPC-style marshalling of Java objects over networks supporting RMI, CORBA and HTTP-based protocols including web services(SOAP).
Previously, the values from an object had to be copied into a POJO(Plain Old Java Object) and then copied back to accomplish this.