Oracle
1Z0-899 · Question #154
Which is a benefit of precompiling a JSP page?
The correct answer is C. It provides better performance on the first request for the JSP page. See the full explanation below for the reasoning.
Question
Which is a benefit of precompiling a JSP page?
Options
- 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.
How the community answered
(19 responses)- A16% (3)
- B5% (1)
- C74% (14)
- D5% (1)
Community Discussion
No community discussion yet for this question.