What is a scriptlet in JSP and what is its syntax?
Answers
Answered by
0
Scriptlet tag allows to write Java code into JSP file. ... For each request of the client, service method of the JSP gets invoked hence the code inside the Scriptlet executes for every request.
Similar questions