

Business logic: The part of your code which uses the input got from user to perform desired action(usually Beans - model in MVC)
Presentation logic: The code part which does the remaining part of the application - like diplaying the results from business logic, next control flow(should be servlet - Controller in MVC. Only servlet should tell the JSP what to do).
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.