Shubham Khanshubhamkhan.hashnode.dev·Oct 13, 2024Understanding the Core Concepts of Object-Oriented Programming in JavaObject-Oriented Programming (OOP) is a fundamental concept in modern software development. OOP allows you to create programs that are more modular, reusable, and scalable. In this article, we will explore the four main pillars of OOP: Encapsulation, ...DiscussSystem DesignJava
Shubham Patilshubhampatil.hashnode.dev·Jul 10, 2024How Java is made a safe programming language.Java, developed by Sun Microsystems in the mid-1990s,Now its a product of Oracle has become one of the most popular programming languages in the world. Its success can be attributed to many factors, including its platform independence, robustness, an...Discuss·10 likes·94 readsJava
Anjan kumar Sharmaanjansharma.hashnode.dev·Jul 8, 2024AutoBoxing and Unboxing In JavaData types in java Java has two categories of data types: primitive and reference. Primitive types are the basic types that store values directly in memory, such as int, char, boolean, and so on. Reference types are the types that store references to...Discuss·43 readsautoBoxingAndUnboxing
Sridhar Ksridharblogs.hashnode.dev·Jun 24, 2024Understanding Polymorphism in Java ProgrammingPolymorphism Poly means many, morphism means types or forms. Polymorphism in java is the ability to take on many forms. It allows you to use a child class object as a parent class object. This helps us to enable different behaviors at different insta...Discuss·1 likepolymorphism
Sridhar Ksridharblogs.hashnode.dev·Jun 22, 2024Complete Guide to Method Overriding in JavaMethod Overriding Method overriding, also known as run-time polymorphism, is used to override methods of a parent class. This allows the child class to provide a specific implementation for a method that is already defined in its parent class. By doi...DiscussJava
Tejaswini Naresh ITsoftwarecourses.hashnode.dev·Jun 21, 2024Mastering Java for Interviews: Key Concepts and QuestionsJava remains one of the most widely used programming languages in the industry. Whether you're preparing for a Java developer interview or just brushing up on your skills, it's essential to have a solid understanding of both fundamental and advanced ...DiscussJava
getlearntechgetlearntech.hashnode.dev·May 13, 2024🚀 Top 10 reasons why Java is still relevant in 2024 🚀Getlearntech.com 1️⃣ Matured Ecosystem: Java boasts a mature ecosystem with numerous libraries, frameworks, tools, and IDEs, making development efficient and productive. 2️⃣ Robustness: Java’s strong type system, exception handling and memory managem...DiscussJava
Lalit Kaushikdigitalhuts.hashnode.dev·Apr 18, 2024What Is Object-Oriented Programming in Java and Why Is Everyone Talking about It?Object-Oriented Programming (OOP) has emerged as a cornerstone approach to building robust, scalable, and maintainable applications. Java, one of the most popular programming languages, has embraced the principles of OOP, making it a preferred choice...Discuss#ObjectOriented
Harish Selvaharishselva.hashnode.dev·Mar 18, 2024Unveiling the Magic: A Journey into the World of Java GenericsIntroduction: Welcome, fellow adventurers, to a realm where type safety meets flexibility, where the power of abstraction reigns supreme—the realm of Java Generics! In this enchanting journey, we'll embark on a quest to unravel the mysteries of type ...Discuss·1 likeJava
Nishant Vermatechnishant.hashnode.dev·Feb 23, 2024Java in the Cloud: Deploying and Managing Java Applications in Cloud EnvironmentsThe migration of Java applications to cloud environments has become a strategic imperative for businesses looking to enhance agility, scalability, and cost-effectiveness. In this article, we'll explore the various aspects of deploying and managing Ja...Discussgoogle courd