Skip to content
  • Authors
  • About
kloudly-academy-logo-transparent

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
    • 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
    • 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
    • Flashcards
  • Toggle website search
  • Authors
  • About

Java

Read more about the article Thread Synchronization in Java

Thread Synchronization in Java

  • Post author:Noel Kamphoa
  • Post published:June 14, 2026
  • Post category:Concurrency/Core Java Tutorials/Java Expert

Introduction Once you start running multiple threads, you quickly run into a fundamental problem: threads share memory, and without any coordination, they can read and write the same data at…

Continue ReadingThread Synchronization in Java
Read more about the article Thread Lifecycle in Java

Thread Lifecycle in Java

  • Post author:Noel Kamphoa
  • Post published:June 9, 2026
  • Post category:Concurrency/Core Java Tutorials/Java Expert

Introduction Every Java thread follows a well-defined path from the moment it is created to the moment it finishes. Understanding that path — the states a thread moves through and…

Continue ReadingThread Lifecycle in Java
Read more about the article How to Create a Thread in Java

How to Create a Thread in Java

  • Post author:Noel Kamphoa
  • Post published:June 6, 2026
  • Post category:Concurrency/Core Java Tutorials/Java Expert

Learn how to create a thread in Java with essential techniques for concurrent programming and best practices in this comprehensive guide.

Continue ReadingHow to Create a Thread in Java
Read more about the article Java 25 New Features

Java 25 New Features

  • Post author:Noel Kamphoa
  • Post published:March 11, 2026
  • Post category:Core Java Tutorials/Java LTS Series

Learn about Java 25's important features, including Scoped Values and improvements to concurrency and module systems.

Continue ReadingJava 25 New Features
Read more about the article Constructors in Java: Definition, Types, and Best Practices

Constructors in Java: Definition, Types, and Best Practices

  • Post author:Noel Kamphoa
  • Post published:February 24, 2026
  • Post category:Core Java Tutorials/Java Beginner/Classes and Objects

Understand constructors in Java and how they initialize objects safely and effectively for reliable programming.

Continue ReadingConstructors in Java: Definition, Types, and Best Practices
Read more about the article Nested Classes vs Lambda Expressions: When to Use Each

Nested Classes vs Lambda Expressions: When to Use Each

  • Post author:Noel Kamphoa
  • Post published:February 23, 2026
  • Post category:Core Java Tutorials/Java Intermediate/Nested Classes and Lambdas Expressions

Explore the differences between Nested Classes vs Lambda Expressions and learn when to use each for better coding practices.

Continue ReadingNested Classes vs Lambda Expressions: When to Use Each
Read more about the article Lambda Expression Syntax: Parameters and Body Explained

Lambda Expression Syntax: Parameters and Body Explained

  • Post author:Noel Kamphoa
  • Post published:February 21, 2026
  • Post category:Core Java Tutorials/Java Intermediate/Nested Classes and Lambdas Expressions

Explore the lambda expression in Java: learn its syntax, structure, and how it enhances functional programming.

Continue ReadingLambda Expression Syntax: Parameters and Body Explained
Read more about the article Deleting Paths Safely in Java

Deleting Paths Safely in Java

  • Post author:Noel Kamphoa
  • Post published:January 14, 2026
  • Post category:Java IO API/Core Java Tutorials/Java Intermediate

Learn how to delete paths in Java safely with best practices that prevent data loss and errors in your applications.

Continue ReadingDeleting Paths Safely in Java
Read more about the article Working with Filesystems in Java

Working with Filesystems in Java

  • Post author:Noel Kamphoa
  • Post published:January 12, 2026
  • Post category:Core Java Tutorials/Java Intermediate/Java IO API

Explore the filesystem in Java with modern APIs. Learn about NIO.2, paths, and safe filesystem operations for your applications.

Continue ReadingWorking with Filesystems in Java
Read more about the article Serialize an Object Graph: Understanding Java Serialization

Serialize an Object Graph: Understanding Java Serialization

  • Post author:Noel Kamphoa
  • Post published:January 10, 2026
  • Post category:Core Java Tutorials/Java Intermediate/Java IO API

Understand how to Serialize an Object Graph in Java. Explore the nuances of serialization beyond just individual objects.

Continue ReadingSerialize an Object Graph: Understanding Java Serialization
  • 1
  • 2
  • 3
  • 4
  • …
  • 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 ·
10h

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

Reply on Twitter 2068695626208919611 Retweet on Twitter 2068695626208919611 Like on Twitter 2068695626208919611 Twitter 2068695626208919611
nkamphoa Noel KAMPHOA @nkamphoa ·
13h

Learn how to use the Locale class in Java to manage language, region, and cultural settings for seamless internationalization and localization
https://nkamphoa.com/locale-class-in-java/

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

Categories

  • Advanced OOP Features
  • Arrays and Loops
  • Classes and Objects
  • Collections
  • Concurrency
  • 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