What is rmi and ejb in java?
Which is more beneficial: CMP or BMP?
What are the callback annotations for the stateless bean?
What is Enterprise JavaBeans?
How does ejb invocation happens?
What is stateless session?
What does @inject mean in java?
What’s the difference between hibernate and ejb 3?
when deploying an EJB, does it possible to specify multiple JNDI names?
How to invoke ejb from java client?
Name the interfaces that you used in Beans?
What is the difference between session and entity beans? When should I use one or the other?
explain why we say stateless beans does not maintain conversation state besides statefull maintains conversation state. give some examples...