What is Remote Interface ?

Answers were Sorted based on User's Feedback



What is Remote Interface ?..

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

What is Remote Interface ?..

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

What is Remote Interface ?..

Answer / satya

Remote interface is an interface which can be implemented
by remote objects

Is This Answer Correct ?    10 Yes 6 No

What is Remote Interface ?..

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

What is Remote Interface ?..

Answer / ravikiran(aptech mumbai)

remote interface contains the remote methods

Is This Answer Correct ?    6 Yes 7 No

What is Remote Interface ?..

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

Post New Answer

More Core Java Interview Questions

what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread

0 Answers  


What are the different data types in java?

0 Answers  


Which class contains a method: cloneable or object?

0 Answers  


what is the messsage u r going to get from an objectoriented programing?

0 Answers   MGL,


Explain yield() method in thread class ?

0 Answers  






What’s the difference between constructors and other methods?

0 Answers  


what is the Yield() method used in threads?

4 Answers   Accenture,


What is the original name of java?

0 Answers  


what is difference between perfom() & excute() ?

2 Answers   IBM,


What is unmodifiable list in java?

0 Answers  


Explain tree set and its features?

0 Answers  


How we can declare a static variable?

0 Answers   HCL,


Categories