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 |
what is handle?
What is permgen or permanent generation?
Can I run seam outside of jboss as?
Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.
Explain about thread synchronization inside a monitor?
Can you control when passivation occurs?
What are the pros and cons of detached objects?
How task's priority is used in scheduling?
What is chat area? Explain.
diff between jsp include directive and jsp action include?
To make an object to begin executing as a separate thread, what method is used?
What is the return type of interrupt method?