What is context url?
Answer / Anand Prakash Gupta
The context URL in JSP is the complete URL that identifies a web application, including the protocol (e.g., http or https), server name or IP address, and port number.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is jsp api?
How can we forward the request from jsp page to the servlet?
When does a container initialize multiple jsp objects?
What are the implicit objects?
How can I handle jsp page errors?
How are the jsp requests handled?
How can I prevent the output of my jsp or servlet pages from being cached by the browser?
Which jsp lifecycle methods can be overridden?
How we can use javascript with jsp pages?
Which of the following action variable is used to include a file in jsp?
How can I set a cookie and delete a cookie from within a jsp page?
Q : In session created by server with client(browser) How can server find that request coming is belong to new session OR belong to session that is timeout.