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 is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?
Is it legal to have static initializer blocks in ejb?
Explain the concept of ejb ql?
What is session bean in ejb?
Why is ftp stateful?
Explain the concept of connection pooling feature of ejb container?
Does spring use ejb?
Match the ejb functions given below with the functionality equivalent in sql?
What causes statelessness?
Is state maintained by a Stateless bean?
can we have static initializer blocks in EJB?
What is stateless authentication?