Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
Java-Functions
4.2K+ articles
Java - util package
1.6K+ articles
Java-Collections
1.1K+ articles
Java-Spring-Boot
340+ articles
Java-Spring
296+ articles
Java-Spring-MVC
104+ articles
Java-Spring-Security
94+ articles
java-servlet
89+ articles
Java-Spring-Data-JPA
61+ articles
Advance Java
705+ posts
Recent Articles
Popular Articles
Overriding Spring Beans in Integration Tests: A Step-by-Step Implementation
Last Updated: 24 October 2024
In a Spring application, integration tests help validate the complete interaction between different components like services, repositories, and controllers. Sometimes, it ...
read more
Picked
Java-Spring
Advance Java
Disabling ApplicationRunner and CommandLineRunner Beans During JUnit Testing in Spring Boot
Last Updated: 24 October 2024
In Spring Boot, ApplicationRunner and CommandLineRunner beans are often used to perform specific tasks at application startup, such as initializing data or writing configu...
read more
Picked
JUnit
Advance Java
How to Resolve the ParameterResolutionException in JUnit 5?
Last Updated: 24 October 2024
In JUnit 5, the ParameterResolutionException occurs when JUnit fails to inject a dependency on a test method or constructor. JUnit 5 introduces the concept of dependency i...
read more
Picked
JUnit
Advance Java
How to Integrate and Call a GraphQL API in a Java Spring Boot Application?
Last Updated: 01 November 2024
GraphQL is a more flexible query language and runtime for APIs that lets clients request exactly the data they need by making data fetching more efficient. Compared to RES...
read more
Picked
GraphQL
Java-Spring-Boot
Advance Java
Handling HTTP GET and POST Requests in Servlets
Last Updated: 05 February 2025
Understanding how to handle HTTP GET and POST requests in Java Servlets is very important for developing robust web applications. In this article, we will explore how to h...
read more
java-servlet
Advance Java
Gradle Build Script Structure
Last Updated: 24 June 2025
Gradle is a powerful build automation tool which is used to perform tasks like building, testing, and packaging software. It plays a very important role in the Java eco-sy...
read more
Advance Java
Gradle
Servlet Request Handling: doGet() vs doPost()
Last Updated: 25 June 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
Gradle Dependency Management
Last Updated: 24 June 2025
Gradle is a powerful build automation tool that is used to manage dependencies. Dependencies are external libraries or tools that our project needs in order to run properl...
read more
Advance Java
Gradle
Servlet: Request, Response, and Session
Last Updated: 25 June 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
Introduction to Spring AI
Last Updated: 01 July 2025
Spring AI is an application framework or starter library for AI engineering. It is a subproject under the Spring module that provides abstractions to simplify working with...
read more
Advance Java
Spring AI
Custom Queries with JPQL Using Workbench or pgAdmin
Last Updated: 03 July 2025
JPQL stands for Java Persistence Query Language, and it is a query language used in Java application to perform operations on database entities, not directly on tables. A...
read more
Advance Java
Spring Boot – Integrating Swagger/OpenAPI
Last Updated: 02 July 2025
Swagger, based on the OpenAPI Specification (OAS), is the industry-standard tool for designing, documenting, and testing RESTful APIs. It provides an intuitive and interac...
read more
Advance Java
Custom Exception Classes and Responses in Spring
Last Updated: 03 July 2025
Java provides a way to create our exceptions by extending the Exception class. Creating our own Exception is known as a custom exception in Java. In simple words, we can s...
read more
Advance Java
Generate Swagger UI for Spring Boot REST APIs
Last Updated: 03 July 2025
REST (Representational State Transfer) is an architectural style that uses HTTP methods. Swagger is a framework in which we can test our REST APIs for different HTTP reque...
read more
rest-framework
Advance Java
Spring Boot – API Documentation using springdoc-openapi
Last Updated: 04 July 2025
For any web application, having clear API documentation is important. It helps both developers and users understand how to use the API. Like what data to send, what kind o...
read more
Advance Java
1
2
3
4
...
47
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !