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 Enum Type In Java

Enum Type In Java

  • Post author:Noel Kamphoa
  • Post published:April 5, 2025
  • Post category:Core Java Tutorials/Java Beginner/Classes and Objects

Learn how to use the enum type in Java effectively with examples on declaration, constructors, interfaces, and switch expressions

Continue ReadingEnum Type In Java
Read more about the article Class and Object In Java

Class and Object In Java

  • Post author:Noel Kamphoa
  • Post published:April 3, 2025
  • Post category:Core Java Tutorials/Java Beginner/Classes and Objects

Understand the concept of class and object in Java. Learn how to define classes and create objects with practical examples

Continue ReadingClass and Object In Java
Read more about the article Formatting Messages In Java

Formatting Messages In Java

  • Post author:Noel Kamphoa
  • Post published:March 29, 2025
  • Post category:Core Java Tutorials/Java Beginner/Text Processing

Learn how to format messages in Java using MessageFormat, ChoiceFormat, and ResourceBundle for dynamic and localized text handling.

Continue ReadingFormatting Messages In Java
Read more about the article Formatting Numbers In Java

Formatting Numbers In Java

  • Post author:Noel Kamphoa
  • Post published:March 17, 2025
  • Post category:Core Java Tutorials/Java Beginner/Number Processing

Learn how to format numbers in Java using NumberFormat and DecimalFormat, including currency, percentages, and custom symbols.

Continue ReadingFormatting Numbers In Java
Read more about the article Locale Class In Java

Locale Class In Java

  • Post author:Noel Kamphoa
  • Post published:March 8, 2025
  • Post category:Core Java Tutorials/Java Beginner/Text Processing

Learn how to use the Locale class in Java to manage language, region, and cultural settings for seamless internationalization and localization

Continue ReadingLocale Class In Java
Read more about the article ResourceBundle Class In Java

ResourceBundle Class In Java

  • Post author:Noel Kamphoa
  • Post published:March 8, 2025
  • Post category:Core Java Tutorials/Java Beginner/Text Processing

Learn how to use ResourceBundle in Java to manage multilingual messages, support localization, and enhance internationalization in your apps

Continue ReadingResourceBundle Class In Java
Read more about the article AtomicInteger Class In Java

AtomicInteger Class In Java

  • Post author:Noel Kamphoa
  • Post published:February 1, 2025
  • Post category:Core Java Tutorials/Java Beginner/Number Processing

Learn about Java's AtomicInteger class, its methods, and how it ensures thread-safe operations without locks for high-performance concurrency.

Continue ReadingAtomicInteger Class In Java
Read more about the article BigInteger Class In Java

BigInteger Class In Java

  • Post author:Noel Kamphoa
  • Post published:February 1, 2025
  • Post category:Core Java Tutorials/Java Beginner/Number Processing

Learn about Java's BigInteger class, its methods, and how it handles arbitrarily large integers for high-precision mathematical computations.

Continue ReadingBigInteger Class In Java
Read more about the article Wrapper Classes In Java

Wrapper Classes In Java

  • Post author:Noel Kamphoa
  • Post published:January 26, 2025
  • Post category:Java Beginner/Number Processing/Core Java Tutorials

Learn about wrapper classes in Java, their purpose, benefits, autoboxing, unboxing, and how they simplify working with primitive data types.

Continue ReadingWrapper Classes In Java
Read more about the article Creating Your First Java Application With IntelliJ IDEA

Creating Your First Java Application With IntelliJ IDEA

  • Post author:Noel Kamphoa
  • Post published:January 19, 2025
  • Post category:Core Java Tutorials/Java Beginner/Getting Started with Java

Learn how to create your first Java application using IntelliJ IDEA. Step-by-step guide for beginners to set up, code, and run your project.

Continue ReadingCreating Your First Java Application With IntelliJ IDEA
  • Go to the previous page
  • 1
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • …
  • 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