Jun 22, 2025 · 1 min read · Hi everyone! I'm Sangam H K, a recent Computer Science graduate and a passionate development enthusiast. This blog is where I’ll be sharing my daily updates what I’m learning, building, and practicing. This is my very first post on Hashnode, and I’m ...
Join discussionOct 23, 2024 · 6 min read · When writing code in high-level languages like Java, one of the biggest advantages we enjoy is automatic memory management. Developers don’t have to worry about manually allocating or freeing memory, thanks to a behind-the-scenes hero called Garbage ...
Join discussion
Feb 3, 2024 · 3 min read · What is JDBC? As a developer exploring the world of Java Database Connectivity (JDBC), I was astounded by the amazing link it offers between Java programs and databases everywhere. Java Database Connectivity, or JDBC for short, is more than just an a...
Join discussion
Sep 29, 2023 · 3 min read · Java is a versatile programming language known for its platform independence and wide range of libraries and frameworks. Advanced Java, which builds upon the foundation of Core Java, provides additional features and tools that empower developers to c...
Join discussionSep 27, 2023 · 3 min read · Java provides two important methods for comparing objects: equals() and hashCode(). These methods are fundamental when it comes to working with objects in Java. In this blog post, we'll explore the differences between these two methods and how they a...
Join discussion