Which is the only method defined in the javax.ejb.handle interface?
Answer / Ashish Bansal
The only method defined in the javax.ejb.Handle interface is `create()`.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are stateless functions?
What does @singleton annotation do?
What is ejb in java with example?
What is ptp model?
What is the procedure for the creation of stateless ejb?
In bean managed transactions, how session bean can be configured?
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?
Match the ejb functions given below with the functionality equivalent in sql?
What do you mean enterprise javabeans (ejb) container?
What is difference between stateless and stateful?
Define EAR, WAR and JAR ?
Which is more beneficial: CMP or BMP?