An EJB client, can marshall an object of the class
java.lang.Class to an EJB?
Answers were Sorted based on User's Feedback
Answer / srinivas
If it is serializable we can marshal it to EJB
because remote clients can call business methods on bean
through EjBObject stub.EjBObject marchels any serializable
objects like String,primmitive data types wrapper classes ..etc
| Is This Answer Correct ? | 0 Yes | 1 No |
difference b/w the hybernate and entity bean
How the container will maintain synchronization for multiple calls to the entity bean?
What changes have been made in ejb 2.0 specifications?
Explain the Sotware Architechture of EJB?
What is activemq used for?
What are ejb containers?
What is rmi and ejb in java?
How to determine two identical beans?
what are required main interfaces in EJB?
What do you mean by ejb ql?
What does a deployment diagram specify?
What is pub/sub model?