Java Enterprise Edition (J2EE/JEE) Question:
What is business logic?
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 Question | Next Question |
What is callback methods? | What is binding (JavaServer Faces technology)? |