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

Hi ,i convert contrller as jSp And presentation as servlet ...will it do? if so what are advantage and idsadvantages

2 Answers   IBM,


Write POJO class as a key to hashmap???

2 Answers  


What is the method overriding?

0 Answers  


What is thread life cycle?

0 Answers  


what is the difference between a threads start() and run() methods? : Java thread

0 Answers  


how we can make a write-only class in java?

0 Answers  


I want to re-reach and use an object once it has been garbage collected. How it's possible?

0 Answers  


11. static class A { 12. void process() throws Exception { throw new Exception(); } 13. } 14. static class B extends A { 15. void process() { System.out.println(”B”); } 16. } 17. public static void main(String[] args) { 18. new B().process(); 19. } What is the result? 1 B 2 The code runs with no output. 3 Compilation fails because of an error in line 12. 4 Compilation fails because of an error in line 15.

6 Answers  


Explain about static imports in java?

0 Answers  


Which package is used for pattern matching with regular expressions?

0 Answers  


Why string is not thread safe?

0 Answers  


how you will prevent method overriding?

6 Answers   HCL,


Categories