The field values of a session bean plus the transitive closure of the objects reachable from the bean's fields. The transitive closure of a bean is defined in terms of the serialization protocol for the Java programming language, that is, the fields that would be stored by serializing the bean instance.
SOURCE : www.referjava.com
Tuesday, April 17, 2007
What is continue ?
A Java keyword used to resume program execution at the end of the current loop. If followed by a label, continue resumes execution where the label occurs.
SOURCE : www.referjava.com
SOURCE : www.referjava.com
What is const ?
A reserved Java keyword not used by current versions of the Java programming language.
SOURCE : www.referjava.com
SOURCE : www.referjava.com
What is Collections?
Common collection activities include adding objects, removing objects, verifying object inclusion, retrieving objects and iterating.
SOURCE : www.referjava.com
SOURCE : www.referjava.com
What is compositing ?
The process of superimposing one image on another to create a single image.
SOURCE : www.referjava.com
SOURCE : www.referjava.com
What is commit ?
The point in a transaction when all updates to any resources involved in the transaction are made permanent.
SOURCE : www.referjava.com
SOURCE : www.referjava.com
What is comment ?
In a program, explanatory text that is ignored by the compiler. In programs written in the Java programming language, comments are delimited using // or /*...*/.
SOURCE : www.referjava.com
SOURCE : www.referjava.com
Subscribe to:
Posts (Atom)