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
How to perform selection sort in java?
What do you mean by composition in java?
Why enumeration is faster than iterator?
What is passing parameters in java?
What is meant by 'bit masking' in java?
In java, how we can disallow serialization of variables?
What are three types of loops in java?
What is generic type?
Does java trim remove newline?
which pattern is default in scanner package?
What is identifier with example?
Can you instantiate the math class in Java?
What is the difference between comparison done by equals method and == operator?
Is main is a keyword?
How does java pattern compile work?