Is is possible for an ejb client to marshal an object of class java.lang.class to an ejb?
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?
Can the primary key in the entity bean be a Java primitive type such as int?
What is persistence?
What is remote interface in ejb?
What are the callback annotations for the stateless bean?
What do you mean by EJB architecture?
Write down the steps for the creation of stateless ejb.
Name the interfaces that you used in Beans?
What is ejb javatpoint?
How to find ejb version in websphere?
In an EJB project, Howmany tables and How many entity beans are used?
Explain the difference between, Java Class and Bean?