HMHarsh Malikinharshmalik.hashnode.dev·Aug 25, 2022 · 3 min readWhy Java is not a pure OOP language?Overview In this blog, we will see why JAVA is not a purely Object-oriented programming language. Properties of an OOP language There are mainly 6-7 Properties for a language to be an OOP language. If any programming language is following all these p...00
HMHarsh Malikinharshmalik.hashnode.dev·Aug 24, 2022 · 4 min readReason To Override equals() & hashCode()Overview In this blog, we will see why we generally override java equals() and hashCode() methods. Besides that, we will see why we should override both of them or neither of them. Read the blog : How to override equals() & hashCode() Reason to overr...01D
HMHarsh Malikinharshmalik.hashnode.dev·Aug 23, 2022 · 4 min readHow to override equals(), hashCode() & toString() Java methodsOverview In this blog, we will see how we can override the 3 most common and useful methods of the java Object class. We will see how equals() & hashCode() are related to each other. Besides this, we will see the usefulness of toString(). Methods Cla...01P
HMHarsh Malikinharshmalik.hashnode.dev·Aug 22, 2022 · 3 min readJAVA Object & Objects ClassOverview JAVA provides us with lots of in-built classes for the easiness and faster productivity of the developers. Object and Objects class are two out of these in-built classes. In this blog, We will see what is the significance of these two classe...00
HMHarsh Malikinharshmalik.hashnode.dev·Aug 21, 2022 · 2 min readJava is an Object Oriented Programming Language - HOW?Overview We often come across the fact that Java is an object-oriented programming(OOP) language. As a beginner, we learn this fact and move ahead but never think about how to prove this whether it is an object-oriented programming language or not. I...00