Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

how to print a numbers from 1 to 100 with out using control structures?

4 Answers   IBM,


4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (

0 Answers  


How do you break a loop?

0 Answers  


what is difference between signed & unsigned char?

2 Answers  


If all the methods in abstract class are declared as abstract then what is difference between abstract class and in interface?

8 Answers   Infosys, Synechron,


How do you get length in java?

0 Answers  


why interaction with server using javascript is difficult

1 Answers  


Can a class have more than one object?

0 Answers  


What are the differences between processes and threads?

0 Answers  


What methods are used in Servlet?Applet communication?

0 Answers   Satyam,


If an object reference is set to null, will the garbage collector immediately free the memory held by that object?

0 Answers  


Is java owned by oracle?

0 Answers  


Categories