Skip to content

Kloudly Academy

  • 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 138 articles
Read more about the article Introduction to JShell in Java

Introduction to JShell in Java

  • Post author:Noel Kamphoa
  • Post published:January 19, 2025
  • Post category:Core Java Tutorials/Java Miscellaneous

Learn about JShell, Java's interactive REPL tool. Discover its features, benefits, and how it simplifies coding, testing, and learning Java.

Continue ReadingIntroduction to JShell in Java
Read more about the article The Arrays Class In Java

The Arrays Class In Java

  • Post author:Noel Kamphoa
  • Post published:December 8, 2024
  • Post category:Java Entry Level/Core Java Tutorials/Arrays and Loops

Learn about the Arrays class in Java, its methods for sorting, searching, converting arrays to lists, and how to efficiently manipulate arrays

Continue ReadingThe Arrays Class In Java
Read more about the article Arrays and Loops in Java

Arrays and Loops in Java

  • Post author:Noel Kamphoa
  • Post published:December 8, 2024
  • Post category:Core Java Tutorials/Arrays and Loops/Java Entry Level

Discover how to use arrays and loops in Java to store, access, and process data efficiently, with practical examples and tips for beginners

Continue ReadingArrays and Loops in Java
Read more about the article Java 21 New Features

Java 21 New Features

  • Post author:Noel Kamphoa
  • Post published:November 25, 2024
  • Post category:Java LTS Series/Core Java Tutorials

Discover the exciting new features in Java 21, including virtual threads, record patterns, sequenced collections, KEM API, pattern matching..

Continue ReadingJava 21 New Features
Read more about the article How to Fix UnfinishedStubbingException  In Java

How to Fix UnfinishedStubbingException  In Java

  • Post author:Noel Kamphoa
  • Post published:November 16, 2024
  • Post category:Java Exceptions/Core Java Tutorials

Learn what causes UnfinishedStubbingException in Java, how to identify improper mock usage, and best practices to avoid this Mockito error.

Continue ReadingHow to Fix UnfinishedStubbingException  In Java
Read more about the article How to Fix InvalidUseOfMatchersException In Java

How to Fix InvalidUseOfMatchersException In Java

  • Post author:Noel Kamphoa
  • Post published:November 16, 2024
  • Post category:Java Exceptions/Core Java Tutorials

Learn about the causes of InvalidUseOfMatchersException in Java, common mistakes with Mockito matchers, and how to fix them effectively

Continue ReadingHow to Fix InvalidUseOfMatchersException In Java
Read more about the article Disable Wildcard Import in IntelliJ IDE

Disable Wildcard Import in IntelliJ IDE

  • Post author:Noel Kamphoa
  • Post published:October 27, 2024
  • Post category:Java Miscellaneous/Core Java Tutorials

Disable wildcard imports in IntelliJ for cleaner code by adjusting import settings to show explicit classes.

Continue ReadingDisable Wildcard Import in IntelliJ IDE
Read more about the article Sealed Classes and Interfaces In Java

Sealed Classes and Interfaces In Java

  • Post author:Noel Kamphoa
  • Post published:October 27, 2024
  • Post category:Implement Inheritance and Use Records/Java Practitioner/Core Java Tutorials

Explore Java's sealed classes and interfaces, their uses, and how they enhance control over subclassing and improve code safety.

Continue ReadingSealed Classes and Interfaces In Java
Read more about the article Records In Java

Records In Java

  • Post author:Noel Kamphoa
  • Post published:September 20, 2024
  • Post category:Java Practitioner/Core Java Tutorials

Learn how to use Java Records to simplify data modeling with immutable data, automatic method generation, and concise syntax in your apps.

Continue ReadingRecords In Java
Read more about the article How to Install OpenTelemetry Collector Using Docker

How to Install OpenTelemetry Collector Using Docker

  • Post author:Noel Kamphoa
  • Post published:September 14, 2024
  • Post category:Observability/DevOps/DevOps Featured

Learn how to install and configure the OpenTelemetry Collector using Docker to gather and export telemetry data from your applications.

Continue ReadingHow to Install OpenTelemetry Collector Using Docker
  • Go to the previous page
  • 1
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • …
  • 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 Nov

Master Java String manipulation with String Recipes for interviews in this concise guide. Elevate your coding skills! #Java #CodingInterviews
https://nkamphoa.com/java-string-manipulation-5-key-recipes-for-technical-interviews-part-1/

Reply on Twitter 1993016921311023498 Retweet on Twitter 1993016921311023498 Like on Twitter 1993016921311023498 Twitter 1993016921311023498
nkamphoa Noel KAMPHOA @nkamphoa ·
24 Nov

New Post: The Comparator Interface in Java#Java #Backend

Reply on Twitter 1992928050304975051 Retweet on Twitter 1992928050304975051 Like on Twitter 1992928050304975051 Twitter 1992928050304975051
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