What is Remote Interface ?
Answers were Sorted based on User's Feedback
Answer / vijayakumar chinnasamy
If the client is outside of ejb conatainer then use the
remote interface to specify the business methods.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / ananth
it has used in EJB
it clones all the bean object available in the EJB container
so whenever call the remote interface it fetch business
method automatically
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / satya
Remote interface is an interface which can be implemented
by remote objects
| Is This Answer Correct ? | 10 Yes | 6 No |
Answer / ayisha.k
The Remote interface serves to identify interfaces whose
methods may be invoked from a non-local virtual machine. Any
object that is a remote object must directly or indirectly
implement this interface. Only those methods specified in a
"remote interface", an interface that extends
java.rmi.Remote are available remotely.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / ravikiran(aptech mumbai)
remote interface contains the remote methods
| Is This Answer Correct ? | 6 Yes | 7 No |
Answer / pavan
Remote Interface in EJB is nothing but a remote object. it
is an interface having the business methods declaration.
EJB Home interface provides the remote objects to the
remote client
| Is This Answer Correct ? | 3 Yes | 7 No |
State the difference between creating string as new () and literal.
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
What is a ternary operator in java?
what is object deep copy and shallow copy and why it is required?
What are structs in java?
What is tcp ip in java?
What is this keyword used for?
Functionality of JVM?
Which One is optimal to choose ? Syncronized hash map or Hash table with single thread model? How can a hash map syncronized with out using syncrozed blocks in programm?
How do you remove duplicates from an array in java?
Can classes declared using the abstract keyword cab be instantiated?
List out five keywords related to exception handling ?