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?



A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and us..

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

Post New Answer

More EJB Interview Questions

What were entity beans?

1 Answers  


What is the major difference SessionBean and EntityBean?

3 Answers   KPIT, Wipro,


what is mean by port ? Please answer me. Advance thanks.

2 Answers   Excel,


What do you mean by abstract schema?

1 Answers  


What do you mean by ejb?

1 Answers  


What do you mean by EJB architecture?

1 Answers  


What is the default transaction attribute for an ejb?

1 Answers  


Enlist the CallBack methods of Session Bean?

1 Answers  


Is is possible for an ejb client to marshal an object of class java.lang.class to an ejb?

1 Answers  


Explain the architectural relationship between JavaBeans and JTA?

1 Answers  


What is the procedure for the presentation of ejb persistence mechanism?

1 Answers  


What do you understand by annotation in ejb to do the database entity relationships/mappings with examples?

1 Answers  


Categories