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

Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?

0 Answers  


What are the attributes of transaction in ejb?

0 Answers  


What is @injectmock?

0 Answers  


Define ejb Create() and EjbPostCreate()?

0 Answers  


What are the design goals of EJB Architecture?

1 Answers  






What is difference between ejb 1.1 and ejb 2.0?

0 Answers  


How can a CORBA object, accessed from a EJB?

0 Answers  


What is beaninfo ?

1 Answers  


Can CMP manage BMP Transaction ? Entity Bean Life Cycle ?

1 Answers   IBM, SAP Labs, Sony,


What is Enterprise JavaBeans (EJB)?

0 Answers  


explain why we say stateless beans does not maintain conversation state besides statefull maintains conversation state. give some examples...

2 Answers   HCL,


What is ejb in spring?

0 Answers  


Categories