An EJB client, can marshall an object of the class
java.lang.Class to an EJB?
Answer Posted / 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 |
Post New Answer View All Answers
Enlist the CallBack methods of Session Bean?
What is the use of @ejb annotation?
When was ejb developed?
Define SessionContext ?
What do you mean by timer service and where it is used?
How do I use a less than or greater than on a message selector in ejb-jar.xml?
How does ejbs work?
What is ejb and how it works?
Where is ejb used?
What is difference between ejb and spring?
Should services be stateless?
What is the meaning of acid in the connection of transaction management?
Which is more beneficial: Stateful or Stateless Bean?
Is it possible to have threading in ejb?
What is session facade in ejb?