How the JSP file will be executed on the Server side?
No Answer is Posted For this Question
Be the First to Post Answer
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?
What is cgi and what are its drawbacks?
What do you mean by httpservlet and how it is different from the genericservlet?
If you want to modify the servlet,will the Webserver need to be ShutDown ?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
give the syntax of doGet() and doPost()?
What is meant by Servlet? What are the parameters of service method?
What is servlet and its use?
What is the need of session tracking in HttpServlet ?
What are the ways to handle multi-threading in servlets?
init() method of servlet loaded by?
How two servlets communicate with each other?