单选题Which is a benefit of precompiling a JSP page?()A It avoids initialization on the first request.B It provides the ability to debug runtime errors in the application.C It provides better performance on the first request for the JSP page.D It avoids exec

题目
单选题
Which is a benefit of precompiling a JSP page?()
A

It avoids initialization on the first request.

B

It provides the ability to debug runtime errors in the application.

C

It provides better performance on the first request for the JSP page.

D

It avoids execution of the _jspService method on the first request.


相似考题
参考答案和解析
正确答案: C
解析: 暂无解析