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
Java
9.4K+ articles
GBlog
2.9K+ articles
Java Programs
1.5K+ articles
python
1.2K+ articles
GBlog 2024
779+ articles
GBlog 2025
565+ articles
javaScript
83+ articles
Java-Object Oriented
60+ articles
BigData
55+ articles
Java 19
6 posts
Recent Articles
Popular Articles
Transactions in JDBC
Last Updated: 13 April 2026
Transactions in JDBC are used to manage a group of SQL operations as a single unit to ensure data consistency and reliability. They help maintain data integrity by applyin...
read more
Java
Java 19
Shallow Copy in Java
Last Updated: 23 July 2025
In Java, Shallow copy means creating a clone of an object, where the object itself is copied but the nested objects are not copied. Instead of duplicating the nested objec...
read more
Java
Java 19
Mutable and Immutable Objects in Java
Last Updated: 23 July 2025
Java is a popular object-oriented programming (OOP) language and it's code design revolves around it's objects and their manipulation. One of the key concepts in this OOP ...
read more
Java
Java Programs
Java-Object Oriented
Class and Object
Java-Class and Object
Java-Classes
Java 19
7 Best Languages for Web Development [2025 Updated]
Last Updated: 23 July 2025
Web development has come a long way since the early days of the internet in the 1990s. Those basic, static websites are a distant memory, replaced by the need for dynamic,...
read more
GBlog
javaScript
python
Java 19
GBlog 2024
GBlog 2025
Java For Big Data: All You Need To Know
Last Updated: 23 July 2025
In the dynamic digital landscape, Big Data and Java form a powerful synergy. Big Data, characterized by its high volume, velocity, and variety, has become a game-changer a...
read more
GBlog
BigData
Java 19
GBlog 2024
Record Patten with Switch in Java 19
Last Updated: 23 July 2025
In this article, we will learn how to use the Record Pattern with Switch statements in Java 19 to create more maintainable, readable code. With the Record Pattern and Swit...
read more
Java
Picked
Java 19