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 |
What does @inject mean in java?
What are different Methods and Classes written in a Session Bean
What is @resource in java?
What is an entity manager?
Mention the three levels for applying interceptor methods.
Explain the concept of local interfaces?
What is the procedure of ejb container to handle exceptions?
How do you implement the Local Interfaces ?
Can tomcat run ejb?
Explain ejbhome and ejbobject in ejb?
why object class is a parent of all classes in java?
what is current EJB version?