What is re-entrant. Is session beans reentrant. Is entity beans reentrant?



What is re-entrant. Is session beans reentrant. Is entity beans reentrant?..

Answer / Satyam Chaudhary

Reentrancy refers to the ability of a method to be called recursively from within itself. In Java, both Session Beans and Entity Beans can be designed to be reentrant by implementing the Serializable interface and marking them with @Reentrant if using EJB 3.0 or higher.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

what is handle?

1 Answers  


What is permgen or permanent generation?

1 Answers  


Can I run seam outside of jboss as?

1 Answers  


Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.

4 Answers   HeadStrong,


Explain about thread synchronization inside a monitor?

1 Answers   Saksoft,


Can you control when passivation occurs?

1 Answers  


What are the pros and cons of detached objects?

1 Answers  


How task's priority is used in scheduling?

1 Answers   HCL,


What is chat area? Explain.

1 Answers  


diff between jsp include directive and jsp action include?

2 Answers   SolutionNET,


To make an object to begin executing as a separate thread, what method is used?

2 Answers  


What is the return type of interrupt method?

2 Answers  


Categories