what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
No Answer is Posted For this Question
Be the First to Post Answer
How ThreadSafe page attribute will be working in Servlet as well as in JSP?Automatically ThresdSafe is true in JSP so service method will be destroy in each and every request or not?so how thresd will handle srevice method?
Hi frnds iam new to Java Kindy any one can provide or me Servlets Example code and can explain to me flow of servlets and as Jsp and Struts and provide to me some sample example on these 3 topic flow,code example,and tutorials,and related websites which i can refer....thanks in advance..........
difference between request.getSession(false) or request.getSession() and request.getSession(true)
What is use of parseQueryString ?
What are the functions of Servlet container?
how many jsp scripting elements are there and what are those?
What is load-on-startup in servlet?
What do you mean by interservlet communication?
Can we call destroy() method inside the init() method? What happens when we do so?
What is the difference between portlet and servlet?
What is the difference between JspWriter and PrintWriter
What is the use of servletconfig interface?