Skip to content

Noel Kamphoa

  • Home
  • Java
    • Start Here
      • Entry-level Tutorials
    • Common Java Exceptions
    • 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
  • About me
  • Resources
  • Toggle website search
Menu Close
  • Home
  • Java
    • Start Here
      • Entry-level Tutorials
    • Common Java Exceptions
    • All Java Tutorials
  • Spring
    • All Spring Tutorials
  • DevOps
    • All DevOps Tutorials
  • About me
  • Resources
  • Toggle website search
  • Home
  • Java
    • Start Here
      • Entry-level Tutorials
    • Common Java Exceptions
    • All Java Tutorials
  • Spring
    • All Spring Tutorials
  • DevOps
    • All DevOps Tutorials
  • About me
  • Resources
  • Home
  • Java
    • Start Here
      • Entry-level Tutorials
    • Common Java Exceptions
    • All Java Tutorials
  • Spring
    • All Spring Tutorials
  • DevOps
    • All DevOps Tutorials
  • About me
  • Resources
  • Toggle website search
  • Home
  • Java
    • Start Here
      • Entry-level Tutorials
    • Common Java Exceptions
    • All Java Tutorials
  • Spring
    • All Spring Tutorials
  • DevOps
    • All DevOps Tutorials
  • About me
  • Resources

Java

  1. Home>
  2. Java>
  3. Page 6
Read more about the article Disable Wildcard Import in IntelliJ IDE

Disable Wildcard Import in IntelliJ IDE

  • Post author:Noel Kamphoa
  • Post published:October 27, 2024
  • Post category:Core Java Tutorials/Java Miscellaneous

Disable wildcard imports in IntelliJ for cleaner code by adjusting import settings to show explicit classes.

Continue ReadingDisable Wildcard Import in IntelliJ IDE
Read more about the article Sealed Classes and Interfaces In Java

Sealed Classes and Interfaces In Java

  • Post author:Noel Kamphoa
  • Post published:October 27, 2024
  • Post category:Core Java Tutorials/Implement Inheritance and Use Records/Java Practitioner

Explore Java's sealed classes and interfaces, their uses, and how they enhance control over subclassing and improve code safety.

Continue ReadingSealed Classes and Interfaces In Java
Read more about the article Records In Java

Records In Java

  • Post author:Noel Kamphoa
  • Post published:September 20, 2024
  • Post category:Core Java Tutorials/Java Practitioner

Learn how to use Java Records to simplify data modeling with immutable data, automatic method generation, and concise syntax in your apps.

Continue ReadingRecords In Java
Read more about the article How To Fix ClassCastException In Java

How To Fix ClassCastException In Java

  • Post author:Noel Kamphoa
  • Post published:August 2, 2024
  • Post category:Core Java Tutorials/Java Exceptions

Learn about ClassCastException in Java, common scenarios that trigger it, and best practices to avoid this runtime error in your code

Continue ReadingHow To Fix ClassCastException In Java
Read more about the article BigDecimal Class In Java

BigDecimal Class In Java

  • Post author:Noel Kamphoa
  • Post published:June 23, 2024
  • Post category:Core Java Tutorials/Java Entry Level/Text, Date, Time, and Numeric Objects

Explore how Java's BigDecimal Class ensures precise calculations, avoiding pitfalls of floating-point arithmetic in various applications.

Continue ReadingBigDecimal Class In Java
Read more about the article How To Fix NumberFormatException In Java

How To Fix NumberFormatException In Java

  • Post author:Noel Kamphoa
  • Post published:June 16, 2024
  • Post category:Core Java Tutorials/Java Exceptions

Learn how to handle NumberFormatException in Java. This guide covers common causes, examples, and best practices for robust number parsing

Continue ReadingHow To Fix NumberFormatException In Java
Read more about the article How To Fix ConcurrentModificationException In Java

How To Fix ConcurrentModificationException In Java

  • Post author:Noel Kamphoa
  • Post published:June 15, 2024
  • Post category:Core Java Tutorials/Java Exceptions

Learn how to fix ConcurrentModificationException in Java with practical tips and best practices to handle concurrent modifications.

Continue ReadingHow To Fix ConcurrentModificationException In Java
Read more about the article How to Fix DateTimeException In Java

How to Fix DateTimeException In Java

  • Post author:Noel Kamphoa
  • Post published:May 29, 2024
  • Post category:Core Java Tutorials/Java Exceptions

Understand how to avoid and handle DateTimeException in Java. This guide provides best practices, common causes, and code examples.

Continue ReadingHow to Fix DateTimeException In Java
Read more about the article How to Fix DateTimeParseException In Java

How to Fix DateTimeParseException In Java

  • Post author:Noel Kamphoa
  • Post published:May 29, 2024
  • Post category:Core Java Tutorials/Java Exceptions

Learn how to handle DateTimeParseException in Java. This article covers best practices for parsing date-time strings using DateTimeFormatter.

Continue ReadingHow to Fix DateTimeParseException In Java
Read more about the article OffsetDateTime Class in Java

OffsetDateTime Class in Java

  • Post author:Noel Kamphoa
  • Post published:May 20, 2024
  • Post category:Core Java Tutorials/Java Entry Level/Text, Date, Time, and Numeric Objects

Dive into Java's OffsetDateTime Class for precise time zone handling. Essential for managing time offsets in Java development

Continue ReadingOffsetDateTime Class in Java
  • Go to the previous page
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 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 ·
6h

New Post: Memory Locations in Java

Reply on Twitter 1944065541896818779 Retweet on Twitter 1944065541896818779 Like on Twitter 1944065541896818779 Twitter 1944065541896818779
nkamphoa Noel KAMPHOA @nkamphoa ·
11h

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

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

Archives

  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024

Categories

  • Arrays and Loops
  • AWS Tutorials
  • Classes and Objects
  • Collections
  • Core Java Tutorials
  • DevOps
  • Featured
  • Implement Inheritance and Use Records
  • Interfaces and Generics
  • Introduction to Java
  • Java Entry Level
  • Java Exceptions
  • Java Expert
  • Java LTS Series
  • Java Miscellaneous
  • Java Practitioner
  • 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
  • GitHub
  • Youtube

About

  • About me
  • Privacy Policy
  • Terms of Service
  • About me
  • Privacy Policy
  • Terms of Service
Copyright 2025 - by Noel Kamphoa
NK No Bg
Need a helping hand with your Code?

Subscribe with your email, and let's connect to understand your specific requirements. Your coding success starts here!

Enter your email address
Tell me what's your need