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

Java

Read more about the article Java Main Method and Entry Point Explained

Java Main Method and Entry Point Explained

  • Post author:Noel Kamphoa
  • Post published:July 2, 2025
  • Post category:Java Entry Level/Core Java Tutorials/Introduction to Java

Discover how the Java main method works as the entry point, including its syntax, role, arguments, and common pitfalls.

Continue ReadingJava Main Method and Entry Point Explained
Read more about the article Queue Implementations in Java: A Comparative Analysis

Queue Implementations in Java: A Comparative Analysis

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

Learn about Java Queue implementations, including LinkedList, PriorityQueue, ArrayDeque, and concurrent queues.

Continue ReadingQueue Implementations in Java: A Comparative Analysis
Read more about the article ArrayDeque: Internal Structure, Performance, and Use Cases

ArrayDeque: Internal Structure, Performance, and Use Cases

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

Learn how ArrayDeque works in Java. Discover its internal structure, performance, and best use cases with code examples.

Continue ReadingArrayDeque: Internal Structure, Performance, and Use Cases
Read more about the article PriorityQueue: Internal Structure, Performance, and Use Cases

PriorityQueue: Internal Structure, Performance, and Use Cases

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

Learn how PriorityQueue works in Java. Understand its internal heap structure, performance traits, and real-world use cases with examples.

Continue ReadingPriorityQueue: Internal Structure, Performance, and Use Cases
Read more about the article Set Implementations in Java: A Comparative Analysis

Set Implementations in Java: A Comparative Analysis

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

1. Introduction The Set interface in Java, part of the Java Collections Framework, models the mathematical concept of a set—a collection of distinct elements. Unlike List, a Set does not…

Continue ReadingSet Implementations in Java: A Comparative Analysis
Read more about the article HashSet in Java: Internal Structure, Performance, and Use Cases

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

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

Learn how HashSet works in Java. Understand its internal structure, performance characteristics, and practical use cases.

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

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

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

Discover HashMap in Java—learn about its internal structure, performance characteristics, and practical use cases through detailed examples.

Continue ReadingHashMap in Java: Internal Structure, Performance, and Use Cases
Read more about the article Map Implementations in Java: A Comparative Guide

Map Implementations in Java: A Comparative Guide

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

Learn about Map implementations in Java. Compare HashMap, TreeMap, LinkedHashMap, and others to choose the best for your use case.

Continue ReadingMap Implementations in Java: A Comparative Guide
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
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • …
  • 12
  • 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