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 |
What is difference between == equals () and compareto () method?
How does arraylist size increase in java?
How you can create a radio buttion using Checkbox class?
When would you use a static class?
Write a program to print 15 random numbers using foreach of java 8?
Explain methods specific to list interface?
Explain about data types?
What is a prefix function.write down a code to compute prefix function.
How can you traverse a linked list in java?
What is vector capacity in java?
Which is best ide for java?
whats is the use of final,in which situation final can be used in the application?