There are two differences between compilation instructions and action instructions in JSP

  • 2020-12-18 01:53:23
  • OfStack

The difference between compilation instructions and action instructions in JSP

1. The compilation instruction is to inform the Servlet engine of the processing message, while the action instruction is just a script action at run time

2. The compilation instruction comes into effect when compiling JSP to Servlet, and the action instruction can be replaced by JSP script, which is the standardized writing method of JSP script


Related articles: