Instead of writing Home, Remote Interfaces if i directly
extends EJBObject to bean class what happens?
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 |
write a program that list all permutations of ABCDEF in which A appears before B?
What is the final blank variable?
What are the four integer types supported by java?
How to send a request to garbage collector?
Can we declare an array without size in java?
How destructors are defined in java?
Which of the following is not an isolation level in the JDBC
What is UNICODE?
What is getkey () in java?
What types of inheritance does Java support?
What is the argument in java?
Package1 and Package2 both have a method name lets say "methodA" with different implementation. When I import both the packages in a java class how can I use both the methods?