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 CopyOnWriteArrayList in Java: Performance, and Use Cases

CopyOnWriteArrayList in Java: Performance, and Use Cases

  • Post author:Noel Kamphoa
  • Post published:June 21, 2025
  • Post category:Core Java Tutorials/Collections/Java Practitioner

Explore CopyOnWriteArrayList in Java: thread-safe design, internal structure, performance insights, and practical use cases.

Continue ReadingCopyOnWriteArrayList in Java: Performance, and Use Cases
Read more about the article LinkedList in Java: Internal Structure, Performance, and Use Cases

LinkedList in Java: Internal Structure, Performance, and Use Cases

  • Post author:Noel Kamphoa
  • Post published:June 21, 2025
  • Post category:Java Practitioner/Core Java Tutorials/Collections

Understand LinkedList in Java: internal structure, performance analysis, and use cases explained with practical examples.

Continue ReadingLinkedList in Java: Internal Structure, Performance, and Use Cases
Read more about the article ArrayList in Java: Internal Structure, Performance, and Use Cases

ArrayList in Java: Internal Structure, Performance, and Use Cases

  • Post author:Noel Kamphoa
  • Post published:June 21, 2025
  • Post category:Core Java Tutorials/Collections/Java Practitioner

Learn how ArrayList works in Java: internal structure, performance trade-offs, and use cases with clear code examples

Continue ReadingArrayList in Java: Internal Structure, Performance, and Use Cases
Read more about the article Collections Framework in Java: What You Need to Know

Collections Framework in Java: What You Need to Know

  • Post author:Noel Kamphoa
  • Post published:June 20, 2025
  • Post category:Core Java Tutorials/Collections/Java Practitioner

Learn the Java Collections Framework: key interfaces, implementations, and examples to manage and manipulate groups of objects efficiently.

Continue ReadingCollections Framework in Java: What You Need to Know
Read more about the article Understand the Factory Method Pattern in Java

Understand the Factory Method Pattern in Java

  • Post author:Noel Kamphoa
  • Post published:June 19, 2025
  • Post category:Core Java Tutorials/Implement Inheritance and Use Records

Learn how the Factory Method Pattern in Java enables flexible object creation, promotes clean code, and supports the Open/Closed Principle.

Continue ReadingUnderstand the Factory Method Pattern in Java
Read more about the article Override Methods and Use Polymorphism in Java

Override Methods and Use Polymorphism in Java

  • Post author:Noel Kamphoa
  • Post published:June 18, 2025
  • Post category:Java Practitioner/Implement Inheritance and Use Records/Core Java Tutorials

Master method overriding and polymorphism in Java through clear examples like Animal and Payment systems. Learn to write flexible, clean code

Continue ReadingOverride Methods and Use Polymorphism in Java
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:Interfaces and Generics/Java Practitioner/Core Java Tutorials

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:Interfaces and Generics/Java Practitioner/Core Java Tutorials

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:Interfaces and Generics/Java Practitioner/Core Java Tutorials

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:Interfaces and Generics/Java Practitioner/Core Java Tutorials

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
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • …
  • 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