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
Can we rethrow the same exception from catch handler?
What is a boolean expression in java?
What is a jit compiler?
What is meant by nested loop?
Explain the pointers in Java?
What are white spaces in java?
What is use of set in java?
What is assembly condition codes?
What is meant by polymorphism?
What is java volatile?
What is append function?
What is an interoperable application in java ?
Which oo concept is achieved by using overloading and overriding?
What is the Scope of Static Variable?
what is the difference between thread and runnable types? : Java thread