Published inJavarevisitedGuide to Wrapper Classes in JavaWrapper classes, also known as wrappers are one of the core features in Java. They’re essentially pre-defined classes that mirror primitive…May 17, 2024May 17, 2024
Published inJavarevisitedGuide to extends vs. implements Keywords in JavaIn Java, extends and implements are two keywords that are closely associated with inheritance and interfaces. Let’s discuss them more in…Apr 28, 2024Apr 28, 2024
Published inJavarevisited11 Tips To Survive As A Junior DeveloperStarting a career in programming can feel quite challenging, whether you are a fresh graduate or a professional from another field who…Apr 28, 2024Apr 28, 2024
Published inJavarevisitedIn Method Overriding, How Does Java Determine Which Overridden Method to Execute?One of the most prominent features in Java that we’re familiar with as Java developers is method overriding, which is a way to achieve…Apr 15, 2024Apr 15, 2024
Published inILLUMINATIONHow I got motivated to do more work and be more productiveProcrastination, distractions and lack of motivation are quite common problems for anyone dealing with loads of tasks and responsibilities…Apr 8, 2024Apr 8, 2024
Published inJavarevisitedGuide to Instance Vs. Static MethodsWorking with Java exposes you to various Object Oriented concepts. Among them are two important ones concerned with methods: static and…Apr 5, 2024Apr 5, 2024
Published inJavarevisitedThe difference between Interface & Abstract Class in JavaInterfaces and abstract classes are two key components in Java and Object Oriented Programming that you’ll be exposed to whenever you…Apr 5, 2024A response icon3Apr 5, 2024A response icon3
Published inJavarevisitedGuide to Type-CastingType-casting refers to the process of converting from one data type to another. This is useful when you need to work with different data…Apr 2, 2024A response icon1Apr 2, 2024A response icon1
Published inJavarevisitedA Simple Guide to Java ConstructorsWorking with Java means you’ll consistently come across various Object Oriented Programming concepts in your development journey. One key…Apr 2, 2024Apr 2, 2024
Published inJavarevisitedThe Difference between A Setter Method and Constructor When Setting a Variable’s ValueJava provides different ways to set a value of an instance variable of a class. Among them are two common approaches: using the constructor…Apr 1, 2024Apr 1, 2024