where the generated jsp source file are stored?
Answer Posted / ravi ranjan
it store inside \Apache Group\Tomcat 4.1
\work\Standalone\localhost\your-context-name folder with
yor jspname_jsp.class
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Explain the role of dispatcherservlet and contextloaderlistener.
What is the life cycle of a servlet?
How does java thread pool work?
Explain the features are in servlet 3?
What are the functions of Servlet container?
What is the importance of init() method in Servlet ?
Is it possible to have a constructor inside the servlet?
What is the process for chaining servlet?
Can you call a jsp from the servlet?
What are the uses of servlets?
What are the kinds of http requests?
Is servlet a server side scripting language?
What’s the difference between forward() and sendredirect() methods?
What are the advantages of Servlet over CGI?
What are Servlets?