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 Miscellaneous

Read more about the article How to Mock File System With Mockito

How to Mock File System With Mockito

  • Post author:Noel Kamphoa
  • Post published:April 6, 2024
  • Post category:Core Java Tutorials/Java Miscellaneous/Featured

Learn how to mock file system interactions in Java unit tests using Mockito. Master the art of mocking for robust testing. #Mockito

Continue ReadingHow to Mock File System With Mockito
Read more about the article How to Mock Static Methods With Mockito

How to Mock Static Methods With Mockito

  • Post author:Noel Kamphoa
  • Post published:April 6, 2024
  • Post category:Core Java Tutorials/Java Miscellaneous/Featured

Learn how to mock static methods with Mockito. Master the art of unit testing for robust Java code. #Mockito #UnitTesting #JavaProgramming

Continue ReadingHow to Mock Static Methods With Mockito
Read more about the article Java String Manipulation: 5 Key Recipes for Technical Interviews (Part 2)

Java String Manipulation: 5 Key Recipes for Technical Interviews (Part 2)

  • Post author:Noel Kamphoa
  • Post published:February 17, 2024
  • Post category:Core Java Tutorials/Java Miscellaneous

Master String manipulation with Advanced String Manipulation Recipes for interviews in this concise guide.

Continue ReadingJava String Manipulation: 5 Key Recipes for Technical Interviews (Part 2)
Read more about the article String Manipulation Recipes: 5 Key Recipes for Technical Interviews (Part 1)

String Manipulation Recipes: 5 Key Recipes for Technical Interviews (Part 1)

  • Post author:Noel Kamphoa
  • Post published:February 9, 2024
  • Post category:Java Miscellaneous/Core Java Tutorials

Master Java String manipulation with String Recipes for interviews in this concise guide. Elevate your coding skills! #Java #CodingInterviews

Continue ReadingString Manipulation Recipes: 5 Key Recipes for Technical Interviews (Part 1)
Read more about the article JaCoCo and Maven: Generate Code Coverage Report in your Java Application

JaCoCo and Maven: Generate Code Coverage Report in your Java Application

  • Post author:Noel Kamphoa
  • Post published:February 5, 2024
  • Post category:Core Java Tutorials/Java Miscellaneous

Boost code quality with JaCoCo & Maven. Learn to generate precise code coverage reports in Java applications effortlessly.

Continue ReadingJaCoCo and Maven: Generate Code Coverage Report in your Java Application
Read more about the article SpotBugs and Maven: Improve Bug Detection in Java Applications

SpotBugs and Maven: Improve Bug Detection in Java Applications

  • Post author:Noel Kamphoa
  • Post published:January 21, 2024
  • Post category:Java Miscellaneous/Core Java Tutorials

SpotBugs and Maven: Optimize bug detection in Maven apps with SpotBugs, enhancing code quality effortlessly.

Continue ReadingSpotBugs and Maven: Improve Bug Detection in Java Applications
Read more about the article Remove Array Duplicates: 5 Java Methods, Preserve Original Order

Remove Array Duplicates: 5 Java Methods, Preserve Original Order

  • Post author:Noel Kamphoa
  • Post published:January 21, 2024
  • Post category:Java Miscellaneous/Core Java Tutorials

Elevate your coding with 5 Java methods to remove array duplicates while preserving order. Optimize your arrays for maximum efficiency.

Continue ReadingRemove Array Duplicates: 5 Java Methods, Preserve Original Order
Read more about the article Maven and Sonar Integration: A 5-Step Guide for Effective QA

Maven and Sonar Integration: A 5-Step Guide for Effective QA

  • Post author:Noel Kamphoa
  • Post published:January 21, 2024
  • Post category:Java Miscellaneous/Core Java Tutorials

Elevate software quality with Maven Sonar integration in 5 steps. Optimize code analysis using SonarQube for efficient quality assurance.

Continue ReadingMaven and Sonar Integration: A 5-Step Guide for Effective QA
Read more about the article DRY Principle: The Dos and Don’ts of Object-Oriented Design

DRY Principle: The Dos and Don’ts of Object-Oriented Design

  • Post author:Noel Kamphoa
  • Post published:January 21, 2024
  • Post category:Java Miscellaneous/Core Java Tutorials

Master the DRY (Don't Repeat Yourself) principle in Object-Oriented Design. Dos and don'ts for efficient coding.

Continue ReadingDRY Principle: The Dos and Don’ts of Object-Oriented Design
  • Go to the previous page
  • 1
  • 2

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