Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Java
9.4K+ articles
Misc
7.7K+ articles
Difference Between
3.1K+ articles
Advance Java
724+ articles
mysql
355+ articles
Java-Spring
297+ articles
JDBC
88+ articles
java-advanced
48+ articles
java-servlet
91 posts
Recent Articles
Popular Articles
Servlet Complete Tutorial
Last Updated: 14 April 2026
Servlet is a Java web technology used to build dynamic web applications. It runs on a web container (like Tomcat) and handles client requests (browser/Postman) using the H...
read more
java-servlet
Advance Java
Servlet Interview Questions
Last Updated: 16 February 2026
Servlet interview questions are mainly asked to test your understanding of Java web application development and how server-side request handling works. These questions foc...
read more
java-servlet
Advance Java
Servlet: Request, Response, and Session
Last Updated: 09 December 2025
Servlet is a server-side technology that runs on a web server. They are used to handle the client request obtained from the web server, process that request, generate the ...
read more
java-servlet
Advance Java
Servlet Request Handling: doGet() vs doPost()
Last Updated: 09 December 2025
In Servlet doGet() and doPost(), both are methods of the HttpServlet class. These methods are used to handle client requests, proceed with those requests, and generate cor...
read more
java-servlet
Advance Java
Handling HTTP GET and POST Requests in Servlets
Last Updated: 08 November 2025
Handling HTTP GET and POST requests in Java Servlets is essential for building dynamic and interactive web applications. Servlets provide a powerful way to process client ...
read more
java-servlet
Advance Java
Advanced Java Interview Questions and Answers
Last Updated: 14 March 2026
Advanced Java interview questions primarily focus on real-world backend development concepts, including JDBC, Servlets, JSP, Hibernate, Spring Framework, Spring Boot, Spri...
read more
Java-Multithreading
java-servlet
java-advanced
Java-Spring
Java-Spring-Boot
Java-Spring-Security
Java-Spring-Data-JPA
Java-Spring-MVC
JUnit
Java-Spring-Cloud
Java Concurrency
Java Microservices
Advance Java
Interview Questions
Spring JDBC
Difference between Servlet and JSF
Last Updated: 23 July 2025
ServletServlets are Java programs that run on a server and handle client requests to generate dynamic web content. They operate at a lower level within the Java EE framewo...
read more
Java
java-basics
java-servlet
ContextLoaderListener vs DispatcherServlet
Last Updated: 28 April 2025
ContextLoaderListener and DispatcherServlet are two declarations that you should have seen in the web.xml file while configuring Spring MVC using XML. Let's attempt to com...
read more
Picked
java-servlet
Advance Java
Geeks Premier League 2023
How to Create Servlet in MyEclipse IDE?
Last Updated: 20 April 2026
Creating a Servlet in MyEclipse IDE allows developers to build and deploy Java-based web applications efficiently. With built-in support for servers like Apache Tomcat, My...
read more
Picked
Geeks Premier League
java-servlet
Advance Java
Geeks Premier League 2023
Session Management in Java
Last Updated: 18 April 2026
Session Management in Java is used to maintain user-specific data across multiple requests in a web application. Since HTTP is stateless, it helps preserve user state betw...
read more
Java
java-servlet
Geeks Premier League 2023
How to Upload Multiple Files using Java Servlet?
Last Updated: 23 July 2025
Servlets are the server-side programs used to create dynamic web pages. They can be used to upload files on the server. This article shows two approaches for uploading mul...
read more
Java
java-servlet
How to Configure Dispatcher Servlet in web.xml File
Last Updated: 01 November 2025
In a Spring MVC web application, the DispatcherServlet acts as the Front Controller. It is responsible for handling all incoming client requests and delegating them to the...
read more
java-servlet
Java-Spring
Advance Java
Servlet - Packages
Last Updated: 22 April 2022
Servlets are the Java programs that run on the Java-enabled web server or application server. They are used to handle the request obtained from the webserver, process the ...
read more
Java
Picked
Geeks Premier League
Geeks-Premier-League-2022
java-servlet
Servlet - FilterChain
Last Updated: 25 February 2022
A filter is an object that is used throughout the pre-and post-processing stages of a request. Conversion, logging, compression, encryption and decryption, input validatio...
read more
Java
Picked
Geeks Premier League
Geeks-Premier-League-2022
java-servlet
Servlet - Session Tracking
Last Updated: 23 July 2025
Servlets are the Java programs that run on the Java-enabled web server or application server. They are used to handle the request obtained from the webserver, process the ...
read more
Java
Picked
Geeks Premier League
Geeks-Premier-League-2022
java-servlet
1
2
3
4
5
6
7
×
Advertisement