CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Declarations

JSP – Scripting Elements

We can use JSP pages to write presentation logic to separate the business logic from presentation layer. Once the JSP page is requested; web-server translates into a Servlet and Servlet will insert the business logic wherever required. To write the presentation logic in JSP we need JSP elements. In this article I am going to discuss […]

Scroll to top