Which is a benefit of precompiling a JSP page?()
- AIt avoids initialization on the first request.
- BIt provides the ability to debug runtime errors in the application.
- CIt provides better performance on the first request for the JSP page.
- DIt avoids execution of the _jspService method on the first request.