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 do you reverse a word in java?

0 Answers  


When should I use singleton pattern?

0 Answers  


Why string is immutable or final in java

0 Answers  


What are pass by reference and pass by value?

0 Answers  


How does class forname work in java?

0 Answers  






What is skeleton and stub?

0 Answers  


Is finalize() similar to a destructor?

0 Answers  


Difference between vector and arraylist.

0 Answers  


Is a method a function?

0 Answers  


Is alive and join method in java?

0 Answers  


What are wrapper classes?

11 Answers   Noah Solutions,


What is fail first in java?

0 Answers  


Categories