Programming Tutorials

Interview Question: What is Remote client view?

By: Ash in Interview Tutorials on 2008-08-13  

Question:What is Remote client view?

Answer: The remote client view specification is only available in EJB 2.0. The remote client view of an enterprise bean is location independent. A client running in the same JVM as a bean instance uses the same API to access the bean as a client running in a different JVM on the same or different machine.

Remote interface: The remote interface specifies the remote business methods that a client can call on an enterprise bean.

Remote home interface: The remote home interface specifies the methods used by remote clients for locating, creating, and removing instances of enterprise bean classes.

 

 

 

 





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

What is the difference between interface and abstract class?

Question: Difference between forward and sendRedirect in JSP?

Explain garbage collection?

Interview Question: Write code of any Action Class?

What is Collection API?

Interview Question: What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

Differentiate between .ear, .jar and .war files.

What is similarities/difference between an Abstract class and Interface?

The output of System.out.println(5>>2) in Java

Interview Question: Do ActionForms have to be true JavaBeans?

Interview Question: What is Deployment descriptor?

What is the difference between Session Bean and Entity Bean?

Interview Question: What is Message Driven Bean?

Interview Question: What is the difference between Message Driven Beans and Stateless Session beans?

Interview Question: What is Struts?

Latest Articles (in Interview)