Skip to content
  • Authors
  • About

Kloudly Academy

  • Home
  • Learn
    • Learning Paths
      • Java Standard Edition – Beginner Level
      • Java Standard Edition – Intermediate Level
      • Java Standard Edition – Advanced Level
    • Tutorials
      • Java
      • SpringIn this series, you will find all our Spring Tutorials, i.e., Articles related to Spring Framework, Spring Boot, Spring MVC, etc.
      • DevOps
  • Practice
    • Java Exercises
    • Interview Prep
  • Resources
    • Tools
    • All Flashcards
  • Toggle website search
Menu Close
  • Home
  • Learn
    • Learning Paths
      • Java Standard Edition – Beginner Level
      • Java Standard Edition – Intermediate Level
      • Java Standard Edition – Advanced Level
    • Tutorials
      • Java
      • Spring
      • DevOps
  • Practice
    • Java Exercises
    • Interview Prep
  • Resources
    • Tools
    • All Flashcards
  • Toggle website search
  • Authors
  • About
  • Home
  • Learn
    • Learning Paths
      • Java Standard Edition – Beginner Level
      • Java Standard Edition – Intermediate Level
      • Java Standard Edition – Advanced Level
    • Tutorials
      • Java
      • Spring
      • DevOps
  • Practice
    • Java Exercises
    • Interview Prep
  • Resources
    • Tools
    • All Flashcards
  • Toggle website search
  • Authors
  • About

Java

Read more about the article Bi-Argument Functional Interfaces in the Stream API

Bi-Argument Functional Interfaces in the Stream API

  • Post author:Noel Kamphoa
  • Post published:December 30, 2025
  • Post category:Core Java Tutorials/Java Intermediate/Java Stream API

Learn how bi-argument functional interfaces enhance Java 8 streams, offering more context for efficient data manipulation.

Continue ReadingBi-Argument Functional Interfaces in the Stream API
Read more about the article Aggregating Stream Data Using the reduce Operation

Aggregating Stream Data Using the reduce Operation

  • Post author:Noel Kamphoa
  • Post published:December 30, 2025
  • Post category:Java Intermediate/Java Stream API/Core Java Tutorials

Learn about reduce operation in stream processing, including its variants and how to use it safely for parallel executions.

Continue ReadingAggregating Stream Data Using the reduce Operation
Read more about the article Stream Operations and Pipelines Explained

Stream Operations and Pipelines Explained

  • Post author:Noel Kamphoa
  • Post published:December 26, 2025
  • Post category:Java Stream API/Core Java Tutorials/Java Intermediate

Dive into stream operations and discover how to build effective pipelines to enhance your Java coding skills.

Continue ReadingStream Operations and Pipelines Explained
Read more about the article Java Stream API: What It Is (and What It Is Not)

Java Stream API: What It Is (and What It Is Not)

  • Post author:Noel Kamphoa
  • Post published:December 23, 2025
  • Post category:Core Java Tutorials/Java Intermediate/Java Stream API

Understand the Java Stream API and how it revolutionizes data processing in Java applications with a declarative style.

Continue ReadingJava Stream API: What It Is (and What It Is Not)
Read more about the article Creating and Consuming Streams in Java

Creating and Consuming Streams in Java

  • Post author:Noel Kamphoa
  • Post published:December 23, 2025
  • Post category:Core Java Tutorials/Java Intermediate/Java Stream API

Learn how to create streams in Java with our guide. Understand stream sources and terminal operations for effective usage.

Continue ReadingCreating and Consuming Streams in Java
Read more about the article Functional Interfaces and Lambda Expressions

Functional Interfaces and Lambda Expressions

  • Post author:Noel Kamphoa
  • Post published:December 13, 2025
  • Post category:Core Java Tutorials/Java Intermediate/Nested Classes and Lambdas Expressions

Explore the role of functional interfaces and lambdas in modern Java, enhancing code expressiveness and conciseness.

Continue ReadingFunctional Interfaces and Lambda Expressions
Read more about the article Nested Classes in Java: Static, Inner, Local, Anonymous

Nested Classes in Java: Static, Inner, Local, Anonymous

  • Post author:Noel Kamphoa
  • Post published:December 10, 2025
  • Post category:Core Java Tutorials/Java Intermediate/Nested Classes and Lambdas Expressions

Learn how nested classes in Java work and how static, inner, local, and anonymous classes improve structure and encapsulation

Continue ReadingNested Classes in Java: Static, Inner, Local, Anonymous
Read more about the article Access Collections Concurrently: Two Java Approaches

Access Collections Concurrently: Two Java Approaches

  • Post author:Noel Kamphoa
  • Post published:December 3, 2025
  • Post category:Core Java Tutorials/Java Intermediate/Collections

Learn how to access collections concurrently in Java using synchronized wrappers and built-in concurrent collections for safer, scalable code

Continue ReadingAccess Collections Concurrently: Two Java Approaches
Read more about the article Sort Collections With Comparable and Comparator

Sort Collections With Comparable and Comparator

  • Post author:Noel Kamphoa
  • Post published:November 29, 2025
  • Post category:Core Java Tutorials/Java Intermediate/Collections

Learn how to sort collections in Java using Comparable and Comparator, and choose the right approach for clean and efficient ordering.

Continue ReadingSort Collections With Comparable and Comparator
Read more about the article Using Iterators and the for-each Loop Safely

Using Iterators and the for-each Loop Safely

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

Learn safe Java iteration with iterators and the for-each loop while avoiding common errors like ConcurrentModificationException.

Continue ReadingUsing Iterators and the for-each Loop Safely
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 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 Mar

Learn how to format numbers in Java using NumberFormat and DecimalFormat, including currency, percentages, and custom symbols.
https://nkamphoa.com/format-numbers-in-java/

Reply on Twitter 2036503544384180414 Retweet on Twitter 2036503544384180414 Like on Twitter 2036503544384180414 Twitter 2036503544384180414
nkamphoa Noel KAMPHOA @nkamphoa ·
24 Mar

⚖️Your thoughts in the comments.
#Java #BackEnd #Programming #Coding

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

Categories

  • Advanced OOP Features
  • Arrays and Loops
  • Classes and Objects
  • Collections
  • Core Java Tutorials
  • Date and Time
  • DevOps
  • DevOps Featured
  • Exception Handling, Logging and Debugging
  • Featured
  • Getting Started with Java
  • Implement Inheritance and Use Records
  • Interfaces and Generics
  • Java Advanced
  • Java Beginner
  • Java Exceptions
  • Java Expert
  • Java Foundation
  • Java Intermediate
  • Java IO API
  • Java LTS Series
  • Java Miscellaneous
  • Java Stream API
  • Nested Classes and Lambdas Expressions
  • Number Processing
  • Object-Oriented Programming
  • Observability
  • Spring Tutorials
  • Text Processing

Tutorials

  • Core Java Tutorials
  • Spring Tutorials
  • DevOps

Courses

  • Java Standard Edition – Beginner Level
  • Java Standard Edition – Intermediate Level
  • Java Standard Edition – Advanced Level

Tutorials

  • Core Java Tutorials
  • Spring Tutorials
  • DevOps

Courses

  • Java Standard Edition – Beginner Level
  • Java Standard Edition – Intermediate Level
  • Java Standard Edition – Advanced Level

Social Media

  • LinkedIn
  • Twitter
  • Facebook
  • Youtube

About

  • About Kloudly Academy
  • Privacy Policy
  • Terms of Service
  • About Kloudly Academy
  • Privacy Policy
  • Terms of Service
Copyright 2026 - by Noel Kamphoa