Skip to content

Noel Kamphoa

  • Home
  • Java
    • Start Here
      • Entry-level Tutorials
    • Common Java Exceptions
    • All Java Tutorials
  • Spring
    • All Spring TutorialsIn this series, you will find all the articles related to the Spring ecosystem, including Spring Framework and Spring Boot.
  • DevOps
    • All DevOps Tutorials
  • About me
  • Resources
  • Toggle website search
Menu Close
  • Home
  • Java
    • Start Here
      • Entry-level Tutorials
    • Common Java Exceptions
    • All Java Tutorials
  • Spring
    • All Spring Tutorials
  • DevOps
    • All DevOps Tutorials
  • About me
  • Resources
  • Toggle website search
  • Home
  • Java
    • Start Here
      • Entry-level Tutorials
    • Common Java Exceptions
    • All Java Tutorials
  • Spring
    • All Spring Tutorials
  • DevOps
    • All DevOps Tutorials
  • About me
  • Resources
  • Home
  • Java
    • Start Here
      • Entry-level Tutorials
    • Common Java Exceptions
    • All Java Tutorials
  • Spring
    • All Spring Tutorials
  • DevOps
    • All DevOps Tutorials
  • About me
  • Resources
  • Toggle website search
  • Home
  • Java
    • Start Here
      • Entry-level Tutorials
    • Common Java Exceptions
    • All Java Tutorials
  • Spring
    • All Spring Tutorials
  • DevOps
    • All DevOps Tutorials
  • About me
  • Resources

Yearly Archives: 2025

  1. Home>
  2. 2025>
  3. Page 3
Read more about the article Verify Object Type Before Casting

Verify Object Type Before Casting

  • Post author:Noel Kamphoa
  • Post published:June 13, 2025
  • Post category:Core Java Tutorials/Interfaces and Generics/Java Practitioner

Learn to verify object type before casting in Java to prevent ClassCastException and ensure safe, stable, and readable generic code.

Continue ReadingVerify Object Type Before Casting
Read more about the article Generics: Basics and Use Cases in Java

Generics: Basics and Use Cases in Java

  • Post author:Noel Kamphoa
  • Post published:June 6, 2025
  • Post category:Core Java Tutorials/Interfaces and Generics/Java Practitioner

Master Java Generics with this guide: learn syntax, use cases, and limitations through clear examples and practical tips for safe coding.

Continue ReadingGenerics: Basics and Use Cases in Java
Read more about the article Abstract Classes and Interfaces in Java

Abstract Classes and Interfaces in Java

  • Post author:Noel Kamphoa
  • Post published:May 21, 2025
  • Post category:Core Java Tutorials/Interfaces and Generics/Java Practitioner

Compare abstract classes vs interfaces in Java to understand their differences, use cases, and when to use each with examples

Continue ReadingAbstract Classes and Interfaces in Java
Read more about the article Abstract Classes in Java

Abstract Classes in Java

  • Post author:Noel Kamphoa
  • Post published:May 21, 2025
  • Post category:Core Java Tutorials/Interfaces and Generics/Java Practitioner

Discover how abstract classes in Java enable shared logic and enforce design contracts with real-world examples and best practices

Continue ReadingAbstract Classes in Java
Read more about the article Interfaces in Java

Interfaces in Java

  • Post author:Noel Kamphoa
  • Post published:May 21, 2025
  • Post category:Core Java Tutorials/Interfaces and Generics/Java Practitioner

Explore interfaces in Java with examples. Learn how they enable abstraction, multiple inheritance, and clean, testable design.

Continue ReadingInterfaces in Java
Read more about the article Single Responsibility Principle in Java

Single Responsibility Principle in Java

  • Post author:Noel Kamphoa
  • Post published:May 15, 2025
  • Post category:Core Java Tutorials/Java Miscellaneous

Learn how to apply the Single Responsibility Principle in Java with real-world examples. Write cleaner, modular, and testable code.

Continue ReadingSingle Responsibility Principle in Java
Read more about the article Open Closed Principle In Java

Open Closed Principle In Java

  • Post author:Noel Kamphoa
  • Post published:May 15, 2025
  • Post category:Core Java Tutorials/Java Miscellaneous

Learn the Open/Closed Principle in Java. Build code that’s easy to extend and maintain without modifying existing functionality.

Continue ReadingOpen Closed Principle In Java
Read more about the article Liskov Substitution Principle In Java

Liskov Substitution Principle In Java

  • Post author:Noel Kamphoa
  • Post published:May 15, 2025
  • Post category:Core Java Tutorials/Java Miscellaneous

Understand the Liskov Substitution Principle in Java with clear examples. Learn how to build reliable and extensible class hierarchies.

Continue ReadingLiskov Substitution Principle In Java
Read more about the article Interface Segregation Principle In Java

Interface Segregation Principle In Java

  • Post author:Noel Kamphoa
  • Post published:May 15, 2025
  • Post category:Core Java Tutorials/Java Miscellaneous

Apply the Interface Segregation Principle in Java to build cleaner, modular code. Avoid bloated interfaces and improve testability.

Continue ReadingInterface Segregation Principle In Java
Read more about the article Dependency Inversion Principle In Java

Dependency Inversion Principle In Java

  • Post author:Noel Kamphoa
  • Post published:May 15, 2025
  • Post category:Core Java Tutorials/Java Miscellaneous

Master the Dependency Inversion Principle in Java. Learn to write flexible, testable code by depending on abstractions, not implementations.

Continue ReadingDependency Inversion Principle In Java
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • Go to the next page

Tweets from @nkamphoa

Noel KAMPHOA Follow

#Java enthusiast ☕ | 10+ years coding wizard 🧙‍♂️ | #Blogging about Java at https://t.co/FUPJBD6fB1 | Start your own blog today https://t.co/LQej3RH51A

nkamphoa
nkamphoa Noel KAMPHOA @nkamphoa ·
11 Jul

Compare abstract classes vs interfaces in Java to understand their differences, use cases, and when to use each with examples

Reply on Twitter 1943703527768920181 Retweet on Twitter 1943703527768920181 Like on Twitter 1943703527768920181 Twitter 1943703527768920181
nkamphoa Noel KAMPHOA @nkamphoa ·
11 Jul

New Post: How Java Passes Parameters: Primitives vs References

Reply on Twitter 1943682601375408241 Retweet on Twitter 1943682601375408241 Like on Twitter 1943682601375408241 Twitter 1943682601375408241
Load More
  • LinkedIn
  • Facebook
  • GitHub
  • Twitter

Archives

  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024

Categories

  • Arrays and Loops
  • AWS Tutorials
  • Classes and Objects
  • Collections
  • Core Java Tutorials
  • DevOps
  • Featured
  • Implement Inheritance and Use Records
  • Interfaces and Generics
  • Introduction to Java
  • Java Entry Level
  • Java Exceptions
  • Java Expert
  • Java LTS Series
  • Java Miscellaneous
  • Java Practitioner
  • Observability
  • Primitive types, Operators, and Flow control statements
  • Spring Tutorials
  • Text, Date, Time, and Numeric Objects

Tutorials

  • Core Java Tutorials
  • Spring Tutorials
  • DevOps

Courses

  • Java Entry Level
  • Java Practitioner
  • Java Advanced
  • Java Expert

Tutorials

  • Core Java Tutorials
  • Spring Tutorials
  • DevOps

Courses

  • Java Entry Level
  • Java Practitioner
  • Java Advanced
  • Java Expert

Social Media

  • LinkedIn
  • Twitter
  • GitHub
  • Youtube

About

  • About me
  • Privacy Policy
  • Terms of Service
  • About me
  • Privacy Policy
  • Terms of Service
Copyright 2025 - by Noel Kamphoa
NK No Bg
Need a helping hand with your Code?

Subscribe with your email, and let's connect to understand your specific requirements. Your coding success starts here!

Enter your email address
Tell me what's your need