Tutorials
Courses
Go Premium
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
105+ articles
Java-Spring-Security
94+ articles
java-servlet
89+ articles
Java-Spring-Data-JPA
61+ articles
Advance Java
709+ posts
Recent Articles
Popular Articles
Generics with Collections
Last Updated: 04 August 2025
In Java, Generics with Collections allow you to define the type of elements a collection can hold. This adds type safety, so you can avoid errors like inserting the wrong ...
read more
Java-Collections
Advance Java
Vector Store API Basics
Last Updated: 31 July 2025
Vector Store is a type of database that stores vector embeddings, which are numerical representations of entities such as text, images, or audio. These embeddings are crea...
read more
Advance Java
Spring Boot – API Documentation using springdoc-openapi
Last Updated: 23 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
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
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
Spring Boot – Integrating Swagger/OpenAPI
Last Updated: 23 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 Queries with JPQL Using Workbench or pgAdmin
Last Updated: 23 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
Configuring Spring AI Starter
Last Updated: 30 July 2025
Spring AI configuration simplifies this integration by offering a standardized, Spring Boot-style approach to interact with AI services like OpenAI, Azure, and more.Step-b...
read more
Advance Java
Introduction to Spring AI
Last Updated: 23 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
Servlet: Request, Response, and Session
Last Updated: 01 August 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
Gradle Dependency Management
Last Updated: 02 August 2025
Gradle is used to manage dependencies. Dependencies are external libraries or tools that our project needs in order to run properly. Managing these dependencies makes sure...
read more
Advance Java
Gradle
Servlet Request Handling: doGet() vs doPost()
Last Updated: 31 July 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 Build Script Structure
Last Updated: 02 August 2025
A Gradle build script tells how to handle tasks for the project, such as building, testing, and packaging your code. Most of the time, these scripts are written in Groovy ...
read more
Advance Java
Gradle
Employee Data Analyzer Project in Java
Last Updated: 25 July 2025
In Java, an employee data analyzer system allows us to manage and analyze employee data, such as names, departments, and salaries, in an organized and efficient way. This ...
read more
Advance Java
Handling HTTP GET and POST Requests in Servlets
Last Updated: 23 July 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
1
2
3
4
...
48
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 !