Case 1
<%
request.getParameter("");
%>
Enter code here
Case 2 jsp
Scriptlet tag begin
<jsp:scriptlet>
request.getParameter("");
</jsp:scriptlet>
Scriplet tag close
Is there any difference between the two? Are the two, the same thing. Is anyone preferred over the other? According to jsp2.0
scriptlets should be avoided. Do they talk about both these two?