What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
Why is httpservlet declared abstract?
what is the difference between Servlet and JSP?Advantage of JSP over Servelt?Any concept present in JSP which we cant implement in Servlet?
31 Answers ABC, Apere, AZTEC, CTS, CybAge, iFlex, Impact Systems, Sara, TCS,
Hi friends, am newbie to servlet. My interviewer asked why used servlet in your application. i used servlet for controller logic and business logic . is it correct ?
Write a simple servlet program to print the contents of html.
can anybody send me j2ee softwares such as tomcat,weblogic server ,netbeans
What are its drawbacks of cgi?
why are using HttpServlet in realtime projects and why are not using Genericservlet
What is HTTP Session ?
How to rectify errors in java servlet while compilation?
what is session tracking?what are types of session tracking ?and when to cookies,when to use sessionmanagement,whent use url rewriting technique,plz explain briefly?
If some new data has entered the database, explain how can a servlet refresh automatically?
How two servlets communicate with each other?