Skip to content

Noel Kamphoa

  • Home
  • Java
    • Start Here
      • Entry-level Tutorials
    • Common Java Exceptions
    • FlashcardsAll flashcards about the Core Java SE
    • 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
  • Flashcards
    • Java FlashcardsAll flashcards about the Core Java SE
    • All Flashcards
  • About me
  • Resources
  • Toggle website search
Menu Close
  • Home
  • Java
    • Start Here
      • Entry-level Tutorials
    • Common Java Exceptions
    • Flashcards
    • All Java Tutorials
  • Spring
    • All Spring Tutorials
  • DevOps
    • All DevOps Tutorials
  • Flashcards
    • Java Flashcards
    • All Flashcards
  • About me
  • Resources
  • Toggle website search
  • Home
  • Java
    • Start Here
      • Entry-level Tutorials
    • Common Java Exceptions
    • Flashcards
    • All Java Tutorials
  • Spring
    • All Spring Tutorials
  • DevOps
    • All DevOps Tutorials
  • Flashcards
    • Java Flashcards
    • All Flashcards
  • About me
  • Resources
  • Home
  • Java
    • Start Here
      • Entry-level Tutorials
    • Common Java Exceptions
    • Flashcards
    • All Java Tutorials
  • Spring
    • All Spring Tutorials
  • DevOps
    • All DevOps Tutorials
  • Flashcards
    • Java Flashcards
    • All Flashcards
  • About me
  • Resources
  • Toggle website search
  • Home
  • Java
    • Start Here
      • Entry-level Tutorials
    • Common Java Exceptions
    • Flashcards
    • All Java Tutorials
  • Spring
    • All Spring Tutorials
  • DevOps
    • All DevOps Tutorials
  • Flashcards
    • Java Flashcards
    • All Flashcards
  • About me
  • Resources

Author: Noel Kamphoa

This author has written 132 articles
Read more about the article Interfaces in Java

Interfaces in Java

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

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:Java Miscellaneous/Core Java Tutorials

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:Java Miscellaneous/Core Java Tutorials

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:Java Miscellaneous/Core Java Tutorials

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:Java Miscellaneous/Core Java Tutorials

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:Java Miscellaneous/Core Java Tutorials

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
Read more about the article SOLID Principles in Java: Quick Guide

SOLID Principles in Java: Quick Guide

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

Master the SOLID principles in Java with real-world examples. Learn how to write clean, maintainable, and scalable object-oriented code

Continue ReadingSOLID Principles in Java: Quick Guide
Read more about the article Why You Should Avoid == with Strings in Java

Why You Should Avoid == with Strings in Java

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

Avoid bugs in your Java code by learning the difference between == and .equals() for string comparison, and how to do it right.

Continue ReadingWhy You Should Avoid == with Strings in Java
Read more about the article Java 8 New Features

Java 8 New Features

  • Post author:Noel Kamphoa
  • Post published:April 30, 2025
  • Post category:Java LTS Series/Core Java Tutorials

Explore Java 8 features like lambdas, streams, default methods, java.time, and new collection utilities with examples and JEP links.

Continue ReadingJava 8 New Features
Read more about the article Java 11 New Features

Java 11 New Features

  • Post author:Noel Kamphoa
  • Post published:April 30, 2025
  • Post category:Core Java Tutorials/Java LTS Series

Discover Java 11 features like HTTP Client, var in lambdas, new String methods, and file I/O updates with code and JEP links.

Continue ReadingJava 11 New Features
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • …
  • 14
  • 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 ·
24 Aug

Master method overriding and polymorphism in Java through clear examples like Animal and Payment systems. Learn to write flexible, clean code
https://nkamphoa.com/polymorphism-example-in-java/

Reply on Twitter 1959662259979870364 Retweet on Twitter 1959662259979870364 Like on Twitter 1959662259979870364 Twitter 1959662259979870364
nkamphoa Noel KAMPHOA @nkamphoa ·
24 Aug

⚖️Your thoughts in the comments, complete insights in the article. #Java #BackEnd
https://nkamphoa.com/create-compile-and-run-your-hello-world-java-application-using-a-terminal/

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

Categories

  • Arrays and Loops
  • AWS Tutorials
  • Classes and Objects
  • Collections
  • Core Java Tutorials
  • DevOps
  • DevOps Featured
  • Exception Handling, Logging and Debugging
  • 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
  • Facebook
  • Youtube

About

  • About me
  • Privacy Policy
  • Terms of Service
  • About me
  • Privacy Policy
  • Terms of Service
Copyright 2025 - by Noel Kamphoa