Is is possible for an ejb client to marshal an object of class java.lang.class to an ejb?
What is ejb technology?
What is stateful or stateless?
Write the basic requirement of a cmp entity based class in 2.0 from ejb 1.1?
what is the Relationship between EJB and CORBA architecture?
Using Container managed entity bean, how an entity bean can be created?
Name the attributes of javax.ejb.ejb.
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 are the attributes of transaction in ejb?
what is current EJB version?
Can a client interact with an JavaBean directly? Explain?
How is consistency maintained by Stateful Session through transaction updates ?
What is ejb and its architecture?