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

How EJB and JDBC/SQLJ are related?

1 Answers  


What are the limitations of using local object?

0 Answers  


What is an entity manager?

0 Answers  


What is applicationscoped?

0 Answers  


Describe client view of an Enterprise JavaBeans component?

1 Answers   Wipro,






What is the major difference SessionBean and EntityBean?

3 Answers   KPIT, Wipro,


What is the use of @ejb annotation?

0 Answers  


What is stateless and stateful?

0 Answers  


List some key actors in persistence api.

0 Answers  


What is ejb ql?

0 Answers  


Basic types of Enterprise JavaBeans?

4 Answers   TCS,


Why should we use ejb?

0 Answers  


Categories