An EJB client, can marshall an object of the class
java.lang.Class to an EJB?

Answers were Sorted based on User's Feedback



An EJB client, can marshall an object of the class java.lang.Class to an EJB?..

Answer / janet

Technically Yes,spec complient..NO

Is This Answer Correct ?    0 Yes 1 No

An EJB client, can marshall an object of the class java.lang.Class to an EJB?..

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

Post New Answer

More EJB Interview Questions

What happens when I change a value in the httpsession from inside an ejb?

0 Answers  


How does ejb invocation happens?

0 Answers  


TX operation funtion executed by?

0 Answers   Satyam,


Define ejb Create() and EjbPostCreate()?

0 Answers  


Define ACID Properties?

0 Answers  


How to generate ejb stubs in eclipse?

0 Answers  


What do you mean by in-memory replication?

0 Answers  


what is mean by dll ? Please answer me. Advance thanks.

3 Answers   Excel,


what s the difference b/w EJB 2.0 and EJB 3.0 technically

2 Answers   Microsoft, Mind Tree, Tech Mahindra,


What is the difference between @requestparam and @pathvariable?

0 Answers  


How can I call one EJB from inside of another EJB?

2 Answers   CTS,


What is persistence?

2 Answers  


Categories