Instead of writing Home, Remote Interfaces if i directly
extends EJBObject to bean class what happens?



Instead of writing Home, Remote Interfaces if i directly extends EJBObject to bean class what happ..

Answer / ajit surendran

By implementing the home interface, we are adhering to
EJB's write once run anywhere policy. If the home
interface is not implemented, it cannot be searched by
JNDI/CORBA and can never be location over the network.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

How can constructor chaining be done by using the super keyword?

0 Answers  


What is the ==?

0 Answers  


What is string buffer?

0 Answers  


What are the differences between stringbuffer and stringbuilder?

0 Answers  


Can we override private method in java?

0 Answers  






why we use merge option in hybernate pls give a ex snippet

0 Answers   CoreObjects,


What happens if an exception is not caught?

6 Answers   Amazon,


When is an object in the mean to garbage collection?

3 Answers  


what is difference Between Core Java and advance java

60 Answers   HCL, HP, Sambalpur University, TCS, Vensai Technologies, Wipro,


Can final class have constructor?

0 Answers  


What is difference between length and length() method in java ?

0 Answers  


What is the purpose of file class?

0 Answers  


Categories