What is the difference between CGI and Servlet?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of protocols supported by httpservlet ?
What is the first statement in jsp page.
What are setComment and getComment methods in Cookies?
difference between request.getSession(false) or request.getSession() and request.getSession(true)
What are the different methods involved in generic servlet?
What is new in ServletRequest interface ? (Servlet 2.4)
Are Servlets by default thread safe or not? thanks in advance regards Sudhakar
How can you run a servlet program?
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?
Why servlet is mostly used?
How do cookies work in servlets?
How will you pass values from HTML page to the servlet?