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 is the purpose of ejb in java?

0 Answers  


Can tomcat run ejb?

0 Answers  


Can more than a single table be mapped in cmp?

0 Answers  


What is software architecture of ejb?

0 Answers  


Life cycle methods in stateful session beans?

1 Answers   CTS, iFlex,






TX operation funtion executed by?

0 Answers   Satyam,


What are the callback annotations for the stateless bean?

0 Answers  


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

2 Answers  


What is stateful session bean?

0 Answers  


How does ejb container work?

0 Answers  


Explain the difference between, Java Class and Bean?

3 Answers  


What are stateless applications?

0 Answers  


Categories