J2SE Question:

What is conversational state?

Tweet Share WhatsApp

Answer:

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.

Download J2SE PDF Read All 214 J2SE Questions
Previous QuestionNext Question
What is core class?What is const?