Servlets Interview Questions
Questions Answers Views Company eMail

Why servlet is faster than jsp?

777

What is servlet in simple terms?

793

What is the difference between servlet and jsp?

822

Why jsp is better than servlet?

754

Which is better jsp or servlet?

780

What is difference between server and servlet?

817

Is java servlet still used?

778

Is servlet a controller?

767

Is servlet a server side scripting language?

831

Which method of the httpservletrequest object is used?

797

Can we override destroy method in servlet?

731

What is setattribute in servlet?

784

How do servlets work?

776

Is servlet a framework?

769

How many servlet objects are created?

795


Post New Servlets Questions

Un-Answered Questions { Servlets }

Explain load on start-up and its importance?

857


Describe some assignments that are executed by servlet container?

805


What is servlet mapping?

771


What are the types of an http request?

836


How do I use cookies to store session state on the client?

745


What are the advantages of cookies?

828


What is servlet instance?

772


Write a program to show the functionality of doget and dopost method?

903


What are the difference between RMI and Servlets?

1268


How can we achieve transport layer security for our web application?

796


How httpservlet is different from the genericservlet?

807


What is MIME Type?

878


What is the servletconfig object?

767


Given the request path below, which are context path, servlet path and path info?

774


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?

1005