Java EJB Programming Question:

What is EJB?

Tweet Share WhatsApp

Answer:

EJB stands for Enterprise JavaBean and is a widely-adopted server side component architecture for J2EE. It enables rapid development of mission-critical application that are versatile, reusable and portable across middleware while protecting IT investment and preventing vendor lock-in.

Download Java EJB Programming PDF Read All 27 Java EJB Programming Questions
Previous QuestionNext Question
What is the difference between session and entity beans? When should I use one or the other? What is session Facade in EJB?