A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose?
Answer / Sarvesh Umar Sahu
The EJBHome interface cannot be serialized directly, but you can obtain a serializable proxy of the home interface using JNDI.
| Is This Answer Correct ? | 0 Yes | 0 No |
What were entity beans?
What is the major difference SessionBean and EntityBean?
what is mean by port ? Please answer me. Advance thanks.
What do you mean by abstract schema?
What do you mean by ejb?
What do you mean by EJB architecture?
What is the default transaction attribute for an ejb?
Enlist the CallBack methods of Session Bean?
Is is possible for an ejb client to marshal an object of class java.lang.class to an ejb?
Explain the architectural relationship between JavaBeans and JTA?
What is the procedure for the presentation of ejb persistence mechanism?
What do you understand by annotation in ejb to do the database entity relationships/mappings with examples?