Java Enterprise Edition (J2EE/JEE) Question:

What is business logic?

J2EE Interview Question
J2EE Interview Question

Answer:

The code that implements the functionality of an application. In the Enterprise JavaBeans architecture, this logic is implemented by the methods of an enterprise bean.


Previous QuestionNext Question
What is callback methods?What is binding (JavaServer Faces technology)?