How do we share data using 'getservletcontext ()?
No Answer is Posted For this Question
Be the First to Post Answer
i have 500 jsp in my application ,with same forward name,it lokks for appropritae jsp from 1 to 500,but i want to send response to 498 page,what should i do
What is the advantage of Servlets when compared with other server side technologies?
how many jsp scripting elements are there and what are those?
What is the difference between forward () and sendredirect () functions in servlet? Explain
What is the structure of the http response
What is called servlet mapping?
What is difference between Forward() and sendRedirect() methode?
Is it possible to have a constructor inside the servlet?
difference between request.getSession(false) or request.getSession() and request.getSession(true)
What are the servlet events?
Why is a constructor needed in a servlet even if we use the init method?
What if you need to span your transaction across multiple servlet invocations?