What is Remote Interface?



What is Remote Interface?..

Answer / dipen jadav

In EJB applications, remote interface implements all the
possible business methods that are going to be invoked
remotely by a client.

Remote interface extends EJB object interface from Javax.ejb
package and this interface extends java.rmi.remote interface.

An instance of remote interface is sometimes called remote
object.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

Connection Pooling with different type of databases?

1 Answers  


What is colon_pkg_prefixes and what is its use?

0 Answers  


What is there in browser that it supports web based applications of java or any other PL?

2 Answers  


What method MUST be implemented by all threads?

1 Answers  


which is the better collection class if the requirement is only displaying the data

1 Answers  






What is a modular application? What does module-relative mean?

0 Answers  


What will happens, when a thread cannot acquire a lock on an object?

2 Answers  


Explain the life cycle of servlet?

3 Answers   Cognizant, HCL,


What’s jboss jbpm?

0 Answers  


What is JTS?

0 Answers  


Difference between sleep and suspend?

3 Answers  


What is the difference between RMI and Socket?

2 Answers  


Categories