Computer Science, asked by parvninja4279, 1 year ago

What is a scriptlet in JSP and what is its syntax?

Answers

Answered by sachin9774
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