Skip to content

Kloudly Academy

  • Home
  • Learning Paths
    • Java SE Path
      • Level 1: Beginner (Getting Started)Start your Java journey here. Beginner tutorials to set up, write your first code, and understand the basics of Java programming.
      • Level 2: Intermediate (Object-Oriented Foundations)Level 2 builds your Java OOP skills. Learn classes, objects, inheritance, and polymorphism to create structured, reusable applications.
      • Level 3: Advanced (Deep Dive & Modern Java)Level 3 explores modern Java. Learn streams, lambdas, modules, and advanced APIs to write efficient, scalable, and professional code.
  • Java
    • Start Here
      • Entry-level Tutorials
    • Core Java
      • Basic SyntaxLearn Java’s basic syntax: variables, operators, and control flow. Build a strong foundation to write and understand simple programs.
      • Core OOP PrinciplesLearn the four pillars of OOP in Java. Understand encapsulation, inheritance, polymorphism, and abstraction with simple examples.
      • Key Java APIsDive into Java Strings. Explore immutability, StringBuilder, and StringBuffer to manage text efficiently and avoid common pitfalls.
      • ExceptionsLearn Java exceptions and error handling. Use try-catch, finally, and throw to build reliable, resilient, and maintainable programs.
      • Common Java Exceptions
      • Collections FrameworkMaster the Java Collections Framework. Learn Lists, Sets, Maps, and utilities to store, organize, and manipulate data effectively.
    • Java SE LTS Features
      • Java 21 New Features
      • Java 17 New Features
      • Java 11 New Features
      • Java 8 New Features
    • 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
  • Learning Paths
    • Java SE Path
      • Level 1: Beginner (Getting Started)
      • Level 2: Intermediate (Object-Oriented Foundations)
      • Level 3: Advanced (Deep Dive & Modern Java)
  • Java
    • Start Here
      • Entry-level Tutorials
    • Core Java
      • Basic Syntax
      • Core OOP Principles
      • Key Java APIs
      • Exceptions
      • Common Java Exceptions
      • Collections Framework
    • Java SE LTS Features
      • Java 21 New Features
      • Java 17 New Features
      • Java 11 New Features
      • Java 8 New Features
    • All Java Tutorials
  • Spring
    • All Spring Tutorials
  • DevOps
    • All DevOps Tutorials
  • Flashcards
    • Java Flashcards
    • All Flashcards
  • About
  • Resources
  • Toggle website search
  • Home
  • Learning Paths
    • Java SE Path
      • Level 1: Beginner (Getting Started)
      • Level 2: Intermediate (Object-Oriented Foundations)
      • Level 3: Advanced (Deep Dive & Modern Java)
  • Java
    • Start Here
      • Entry-level Tutorials
    • Core Java
      • Basic Syntax
      • Core OOP Principles
      • Key Java APIs
      • Exceptions
      • Common Java Exceptions
      • Collections Framework
    • Java SE LTS Features
      • Java 21 New Features
      • Java 17 New Features
      • Java 11 New Features
      • Java 8 New Features
    • All Java Tutorials
  • Spring
    • All Spring Tutorials
  • DevOps
    • All DevOps Tutorials
  • Flashcards
    • Java Flashcards
    • All Flashcards
  • About
  • Resources
  • Home
  • Learning Paths
    • Java SE Path
      • Level 1: Beginner (Getting Started)
      • Level 2: Intermediate (Object-Oriented Foundations)
      • Level 3: Advanced (Deep Dive & Modern Java)
  • Java
    • Start Here
      • Entry-level Tutorials
    • Core Java
      • Basic Syntax
      • Core OOP Principles
      • Key Java APIs
      • Exceptions
      • Common Java Exceptions
      • Collections Framework
    • Java SE LTS Features
      • Java 21 New Features
      • Java 17 New Features
      • Java 11 New Features
      • Java 8 New Features
    • All Java Tutorials
  • Spring
    • All Spring Tutorials
  • DevOps
    • All DevOps Tutorials
  • Flashcards
    • Java Flashcards
    • All Flashcards
  • About
  • Resources
  • Toggle website search
  • Home
  • Learning Paths
    • Java SE Path
      • Level 1: Beginner (Getting Started)
      • Level 2: Intermediate (Object-Oriented Foundations)
      • Level 3: Advanced (Deep Dive & Modern Java)
  • Java
    • Start Here
      • Entry-level Tutorials
    • Core Java
      • Basic Syntax
      • Core OOP Principles
      • Key Java APIs
      • Exceptions
      • Common Java Exceptions
      • Collections Framework
    • Java SE LTS Features
      • Java 21 New Features
      • Java 17 New Features
      • Java 11 New Features
      • Java 8 New Features
    • All Java Tutorials
  • Spring
    • All Spring Tutorials
  • DevOps
    • All DevOps Tutorials
  • Flashcards
    • Java Flashcards
    • All Flashcards
  • About
  • Resources

Introduction to Java

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:Introduction to Java/Java Entry Level/Core Java Tutorials

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:Introduction to Java/Java Entry Level/Core Java Tutorials

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:Java Entry Level/Core Java Tutorials/Introduction to Java

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:Java Entry Level/Core Java Tutorials/Introduction to 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 Debugging Java Applications: A Guide with IntelliJ IDEA

Debugging Java Applications: A Guide with IntelliJ IDEA

  • Post author:Noel Kamphoa
  • Post published:March 9, 2024
  • Post category:Introduction to Java/Core Java Tutorials/Java Entry Level

Debugging Java Applications made easy with IntelliJ IDEA. Learn efficient troubleshooting for smooth coding. #DebuggingJava #JavaDevelopment

Continue ReadingDebugging Java Applications: A Guide with IntelliJ IDEA
Read more about the article Create, Compile, and Run Your Hello World Java Application using a Terminal

Create, Compile, and Run Your Hello World Java Application using a Terminal

  • Post author:Noel Kamphoa
  • Post published:March 9, 2024
  • Post category:Introduction to Java/Core Java Tutorials/Java Entry Level

Create your first Java Hello World application using a simple text editor and command line. Quick guide for beginners. #JavaProgramming

Continue ReadingCreate, Compile, and Run Your Hello World Java Application using a Terminal
Read more about the article Inheritance in Java: Building on Basics for Powerful Programming

Inheritance in Java: Building on Basics for Powerful Programming

  • Post author:Noel Kamphoa
  • Post published:March 8, 2024
  • Post category:Introduction to Java/Core Java Tutorials/Java Entry Level

Explore the simplicity and power of Inheritance in Java. Elevate your programming skills with foundational principles. #JavaDevelopment

Continue ReadingInheritance in Java: Building on Basics for Powerful Programming
Read more about the article Object-Oriented Programming in Java: Building Robust Applications

Object-Oriented Programming in Java: Building Robust Applications

  • Post author:Noel Kamphoa
  • Post published:March 8, 2024
  • Post category:Core Java Tutorials/Java Entry Level/Introduction to Java

Master Object-Oriented Programming in Java. Craft robust and efficient applications with essential OOP principles. #JavaDevelopment

Continue ReadingObject-Oriented Programming in Java: Building Robust Applications
Read more about the article Understand Access Modifiers in Java

Understand Access Modifiers in Java

  • Post author:Noel Kamphoa
  • Post published:March 8, 2024
  • Post category:Core Java Tutorials/Java Entry Level/Introduction to Java

Unlock the power of Java Access Modifiers. Discover how these tools shape visibility in your code. Essential insights in a concise guide.

Continue ReadingUnderstand Access Modifiers in Java
Read more about the article Install and Configure the Java Development Kit (JDK) on macOS, Linux, and Windows

Install and Configure the Java Development Kit (JDK) on macOS, Linux, and Windows

  • Post author:Noel Kamphoa
  • Post published:March 8, 2024
  • Post category:Introduction to Java/Core Java Tutorials/Java Entry Level

Explore our comprehensive JDK installation guide for macOS, Linux, and Windows. Get started with Java development effortlessly! 🌐

Continue ReadingInstall and Configure the Java Development Kit (JDK) on macOS, Linux, and Windows
  • 1
  • 2
  • 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 ·
25 Jan

Master the SOLID principles in Java with real-world examples. Learn how to write clean, maintainable, and scalable object-oriented code
https://nkamphoa.com/solid-principles-in-java/

Reply on Twitter 2015485011894349872 Retweet on Twitter 2015485011894349872 Like on Twitter 2015485011894349872 Twitter 2015485011894349872
nkamphoa Noel KAMPHOA @nkamphoa ·
25 Jan

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

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