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
What is the point of java?
How big is a 64 bit float?
How do you override a method?
Explain methods specific to list interface?
What is rmi and steps involved in developing an rmi object?
Write a program to print 15 random numbers using foreach of java 8?
What is anti pattern in programming?
What happens when heap memory is full?
What is the use of generics? When was it added to the Java development Kit?
how to one war file class to another war file class?
What are the 4 versions of java?
what is optional in java 8?
What is difference between jdk,jre and jvm?
Differences between traditional programming language and object oriented programming language?
What do you know about the garbage collector?