Java EJB Programming Question:

Download Job Interview Questions and Answers PDF

What is session Facade in EJB?

Java EJB Programming Interview Question
Java EJB Programming Interview Question

Answer:

Session Facade is a design pattern to access the Entity bean through local interface than accessing directly. It increases the performance over the network. In this case we call session bean which on turn call entity bean.

Download Java EJB Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What is EJB?What is EJB role in J2EE?