Explain the concept of ssi ?
No Answer is Posted For this Question
Be the First to Post Answer
What is the main purpose of java servlets?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What is dispatcher servlet?
What is httpservlet and how it is different from genericservlet?
Directive Include and Action Include how both are working in JSP, what is the difference between both?In which suituation we have to choose these elements?
Write all the phases defined in servlet life cycle?
What are all the advantages of servlet over cgi?
Explain mvc pattern.
What is meant by cookies?
What is called servlet mapping?
when the webcontainer creates ServeletConfig,ServletContext objects? befoure creating the Servlet object or not?
Is servlet synchronized?