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 |
Is ejb a framework?
What is singleton session bean?
What is the difference between ejbcreate() and ejbpostcreate?
What ejb means?
Why is ejb needed?
when deploying an EJB, does it possible to specify multiple JNDI names?
How EJB component can in interact with COM/DCOM components?
Why stateless is better than stateful?
What is applicationscoped?
How to import ejb project in eclipse?
What is ejb bean in java?
Which is default transaction attribute for the business method of a bean?