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
  • 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
  • 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
  • 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
  • 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
  • Resources

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:Nested Classes and Lambdas Expressions/Java Practitioner/Core Java Tutorials

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/Nested Classes and Lambdas Expressions/Java Practitioner

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/Collections/Java Practitioner

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/Collections/Java Practitioner

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/Collections/Java Practitioner

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
Read more about the article The Comparator Interface in Java

The Comparator Interface in Java

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

Learn how the Comparator interface enables custom sorting in Java with examples for TreeSet, TreeMap, and PriorityQueue

Continue ReadingThe Comparator Interface in Java
Read more about the article The Comparable Interface in Java

The Comparable Interface in Java

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

Understand the Comparable interface in Java and learn how natural ordering and compareTo improve sorting and object ordering.

Continue ReadingThe Comparable Interface in Java
Read more about the article Custom Exception Classes: When and How to Create Them

Custom Exception Classes: When and How to Create Them

  • Post author:Noel Kamphoa
  • Post published:August 20, 2025
  • Post category:Java Practitioner/Exception Handling, Logging and Debugging/Core Java Tutorials

Master error handling with Custom Exception. Learn when and how to create them for clearer, more robust and maintainable application code

Continue ReadingCustom Exception Classes: When and How to Create Them
Read more about the article Declaring and Throwing Exceptions in Java: A Practical Guide

Declaring and Throwing Exceptions in Java: A Practical Guide

  • Post author:Noel Kamphoa
  • Post published:August 15, 2025
  • Post category:Java Practitioner/Exception Handling, Logging and Debugging/Core Java Tutorials

When to Throw Exception vs declare throws in Java. Practical rules, examples, and best practices for robust, readable, testable APIs

Continue ReadingDeclaring and Throwing Exceptions in Java: A Practical Guide
Read more about the article Exception Hierarchy in Java: Checked, Unchecked, and Errors

Exception Hierarchy in Java: Checked, Unchecked, and Errors

  • Post author:Noel Kamphoa
  • Post published:August 9, 2025
  • Post category:Exception Handling, Logging and Debugging/Core Java Tutorials

Learn the Java Exception Hierarchy, including checked, unchecked, and errors, to handle exceptions effectively in your code.

Continue ReadingException Hierarchy in Java: Checked, Unchecked, and Errors
  • 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 ·
6 Jan

Learn what Java variables are, how to declare and use them, and understand types, scope, and best practices with clear code examples
https://nkamphoa.com/java-variables/

Reply on Twitter 2008433603978359203 Retweet on Twitter 2008433603978359203 Like on Twitter 2008433603978359203 Twitter 2008433603978359203
nkamphoa Noel KAMPHOA @nkamphoa ·
6 Jan

Comment your take
#Java #InterviewPrep #BackEnd #Coding #Programming

Reply on Twitter 2008418455087620167 Retweet on Twitter 2008418455087620167 Like on Twitter 2008418455087620167 Twitter 2008418455087620167
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 IO API
  • Java LTS Series
  • Java Miscellaneous
  • Java Practitioner
  • Java Stream API
  • Nested Classes and Lambdas Expressions
  • 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 Kloudly Academy
  • Privacy Policy
  • Terms of Service
  • About Kloudly Academy
  • Privacy Policy
  • Terms of Service
Copyright 2026 - by Noel Kamphoa