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 the elements are organized in CardLayout?

5 Answers  


Can list contain null in java?

0 Answers  


What is unicode?

1 Answers  


What is ph and buffers?

0 Answers  


How does arraylist work in java?

0 Answers  






which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?

6 Answers   HP, SparkTG,


What is object

6 Answers  


Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?

0 Answers  


What is the dot operator?

0 Answers  


What steps are taken when the OS shifts from one-thread execution to another?

0 Answers   Amazon,


What is the immediate superclass of Menu?

3 Answers  


What are wrapped classes in java programming?

0 Answers  


Categories