Category : Servlet Questions

Servlet interview questions-3

What are the uses of Servlets? A servlet can handle multiple requests concurrently, and can synchronize requests. Servlets can forward requests to other servers and servlets. Thus servlets can be used to balance load among several servers. When doGET() method …

Read more »

Servlet interview questions-1

How can we create a Servelt? A Servlet can be created by extending the httpServlet or GenericServlet classes. Explaing what you mean by servlets? Servlets are server side components that provide a powerful mechanism for developing server side programs. Servlets …

Read more »

Servlet interview questions-2

What is the use of ServletContext ? Using ServletContext, We can access data from its environment. Servlet context is common to all Servlets so all Servlets share the information through ServeltContext. Is there any way to generate PDF’S dynamically in …

Read more »

Ajax    EJB   Hibernate   JavaScript   JDBC   JMS   JSP   XML    SOA   Web Service   Servlets   Spring   JSF   Struts   SAP Tutorial  Software Testing Tutorials  PDF Tutorials   SAP Training Help  J2EE

Sitemap   Follow j2eetutorial on Twitter    

Δ Top