Which is better jsp or servlet?
No Answer is Posted For this Question
Be the First to Post Answer
How will two or three servlets interact or communicate with each other?
What is the workflow of a servlet?
What is Generic Servlet and how it is different from Http Servlet?
What is called Scriptlet?
What is setattribute in servlet?
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?
What do you mean by httpservlet and how it is different from the genericservlet?
What is the need of session tracking in HttpServlet ?
What is servletconfig?
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 ?
What are all the protocols supported by httpservlet?
Can we use servlets in JavaScript?