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
Can we get PrintWriter and ServletOutputStream both in a servlet?
Why the concept of single thread model interface is used?
What is servlet container?
What is the importance of init() method in Servlet ?
What is the difference between Difference between doGet() and doPost()?
What is java servlet session?
Which httpsession object is used to view and manipulate information about a session?
What is ServletContext object?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What are the types of servlets? Explain
How is the get () method different from the post() method?
Why are http servlets used in programming?
When jsessionid is created?
List the Different types of servlet?
Difference between doget and dopost?