Define business logic and business method
By Ramakrishna on Aug 24, 2008 in Java Important Notes
Q) What is business logic ?
A) 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.
Q) What is business method ?
A) A method of an enterprise bean that implements the business logic or rules of an application.
