JSP Scriplets mark Java code destined for the Servlet

 

<% String name = request.getParameter("Name");      // output the "Name" parameter out.println(name); %>