What is ejb role in j2ee?
No Answer is Posted For this Question
Be the First to Post Answer
The ejb container implements the ejbhome and ejbobject classes. For every request from a unique client, does the container create a separate instance of the generated ejbhome and ejbobject classes?
What is the difference between find and select methods in ejb?
how can we decide a session bean as stateless or stateful without seeing jar file? i.e. by seeing the class file.
How can a session bean be configured for transactions of bean-managed?
What is stateful session bean?
What is meant by ejb?
Which services are provided to ejb components by the ejb container?
Define Context?
What is ejb in weblogic?
What is ejb home object?
What does ejb stand for?
Is it possible to write two EJBs that have different bean classes, but they share same Remote interface and Home interfaces?