I am curious to know if I include extensive comments in my JSP page, how will it affect compilation time and execution time? My JSP pages include a good amount of JavaScript code too.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
JSP are basicly Java, it will complie to java bytecode eventually. so it is the same like if there are many comments how it is effect compling in Java. and this has been ask before.check this Do comments affect compile time?