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
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Java
10.8K+ articles
Mathematical
7.7K+ articles
C++
4.3K+ articles
Competitive Programming
3.2K+ articles
C++ Programs
2.4K+ articles
Algorithms
2.0K+ articles
C Language
1.8K+ articles
Programming Language
/
Java
Java
10.0K+ posts
Recent Articles
Popular Articles
How to Declare an Array in Java?
Last Updated: 28 February 2025
In Java programming, arrays are one of the most essential data structures used to store multiple values of the same type in a single variable. Understanding how to declare...
read more
Java
Java-Arrays
Does Java Define String as Null Terminated?
Last Updated: 18 March 2025
Java Strings are one of the most widely used data types in Java programming, but here one question is, like C and C++ strings, does Java define string as null terminated? ...
read more
Java
Java-Strings
Lua Decision Making
Last Updated: 01 April 2025
In Lua, you can control your program's flow using if, elseif, and else statements, along with logical operators like and, or, and not. These tools help your code make deci...
read more
Java
C++
Lua Date and Time
Last Updated: 01 April 2025
Date and time are key features of any programming language, used in various tasks such as scheduling operations, logging events, and time-based calculations. In Lua, handl...
read more
Java
Web Technologies
Java String Methods
Last Updated: 03 June 2025
In Java, String plays a very important role. It represents a sequence of characters and is widely used for storing and manipulating text. We can think of a string as a bun...
read more
Java
Java-Strings
Online Quiz System in Java
Last Updated: 04 June 2025
An online quiz system in Java is a project that allows users to answer multiple-choice questions, and we can also get the score immediately. With the help of this project,...
read more
Java
Java Projects
How to Import Package in Java?
Last Updated: 13 June 2025
When we write Java programs, sometimes we need to use other classes that are not part of the default package and that's why packages come into use. Packages are like folde...
read more
Java
Java-Packages
Inventory Management System in Java
Last Updated: 09 June 2025
An inventory management system is very important for businesses to keep track of their stocks, manage orders, and maintain an accurate record. With the help of this projec...
read more
Java
Java Projects
Online Movie Ticket System in Java
Last Updated: 10 June 2025
An online movie ticket system in Java is a project that allows us to view movies, we can also search for showtimes, and book tickets. This project helps beginners to learn...
read more
Java
Java Projects
Online Book Store in Java
Last Updated: 10 June 2025
An online bookstore is a platform that allows us to browse through a collection of books. We can also check details like title, author, price, and make purchases. In this ...
read more
Java
Java Projects
File Download Manager System in Java
Last Updated: 10 June 2025
A file download manager system allows us to download files from the internet to a local directory. This system can handle multiple downloads, improve download speed, and a...
read more
Java
Java Projects
Types of Dependency Injection
Last Updated: 01 July 2025
Dependency Injection (DI) is a design pattern in Java that promotes loose coupling between components. In Java, mainly in frameworks like Spring, Spring Boot. And it is al...
read more
Java
Spring Setter Injection
Last Updated: 01 July 2025
Dependency Injection (DI) is a design pattern used to inject the dependency of a class into another class. It implements Inversion of Control (IoC container). The IOC cont...
read more
Java
How to Create a Simple Spring Application?
Last Updated: 01 July 2025
Creating a Spring application is a good way to get started with this framework. It helps you understand the core principles of Spring, like Inversion of Control (IoC) and ...
read more
Java
Spring AOP: Aspect, JoinPoint, Advice
Last Updated: 01 July 2025
These three components, like Aspect, JoinPoint, and Advice, work together to make your application more modular and easier to maintain by cleanly separating cross-cutting ...
read more
Java
Spring AOP
1
2
3
4
...
669
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 !