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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is computer compiler?

541


Are variables stored in ram?

561


Which package has light weight components?

570


Why call by value prevents parameter value change?

593


What is keyword in oop?

532






How do you override a private method in java?

512


Can an object be null?

555


Are arrays dynamic in java?

541


Is java good for beginners?

587


What is the difference between yield() and sleep()?

548


What are extraneous variables examples?

539


Why there are some null interface in java? What does it mean?

652


What is == mean?

556


What is bufferedwriter?

545


Can inner class final?

644