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

Author: Noel Kamphoa

This author has written 154 articles
Read more about the article Memory Locations in Java

Memory Locations in Java

  • Post author:Noel Kamphoa
  • Post published:July 11, 2025
  • Post category:Core Java Tutorials/Java Expert

Explore the different memory locations in Java: understand how the stack, heap, method area, and more are used to store data and variables.

Continue ReadingMemory Locations in Java
Read more about the article Stack and Heap in Java: How Memory Is Allocated and Managed

Stack and Heap in Java: How Memory Is Allocated and Managed

  • Post author:Noel Kamphoa
  • Post published:July 11, 2025
  • Post category:Java Expert/Core Java Tutorials

Discover the differences between Stack and Heap in Java: how memory is allocated, managed, and used for variables, objects, and method calls.

Continue ReadingStack and Heap in Java: How Memory Is Allocated and Managed
Read more about the article How Java Passes Parameters: Primitives vs References

How Java Passes Parameters: Primitives vs References

  • Post author:Noel Kamphoa
  • Post published:July 11, 2025
  • Post category:Core Java Tutorials/Java Intermediate/Classes and Objects

Discover how Java passes parameters: Java uses pass-by-value for all arguments, including primitives and references. Learn the details here

Continue ReadingHow Java Passes Parameters: Primitives vs References
Read more about the article Java Variables Explained: Declaration, Types, and Scope

Java Variables Explained: Declaration, Types, and Scope

  • Post author:Noel Kamphoa
  • Post published:July 2, 2025
  • Post category:Core Java Tutorials/Java Beginner/Java Foundation

Learn what Java variables are, how to declare and use them, and understand types, scope, and best practices with clear code examples

Continue ReadingJava Variables Explained: Declaration, Types, and Scope
Read more about the article Java Method: Defining and Calling Methods in Java

Java Method: Defining and Calling Methods in Java

  • Post author:Noel Kamphoa
  • Post published:July 2, 2025
  • Post category:Core Java Tutorials/Java Intermediate/Classes and Objects

Learn how to define and call a Java method. Covers syntax, return types, overloading, and best practices for clean, reusable code.

Continue ReadingJava Method: Defining and Calling Methods in 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:Core Java Tutorials/Java Beginner/Getting Started with 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/Java Intermediate/Collections

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/Core Java Tutorials/Java Intermediate

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:Core Java Tutorials/Java Intermediate/Collections

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:Core Java Tutorials/Java Intermediate/Collections

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
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • …
  • 16
  • 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