Java Series #12: JSP
JavaServer Pages (JSP) is a server-side technology used to build dynamic web pages. Internally, every JSP is converted into a Servlet, which is why understanding JSP syntax and lifecycle is critical.
JSP Syntax Tags Explained
<%= %> — Expression Tag
...
abheeshta-java.hashnode.dev4 min read