Skip to content

Noel Kamphoa

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

Java Entry Level

Read more about the article Local Variable Type Inference in Java

Local Variable Type Inference in Java

  • Post author:Noel Kamphoa
  • Post published:April 12, 2025
  • Post category:Core Java Tutorials/Classes and Objects/Java Entry Level

Learn how to use Java’s var keyword with local variable type inference—best practices, pitfalls, and examples for cleaner, concise code.

Continue ReadingLocal Variable Type Inference 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 Entry Level/Core Java Tutorials/Text, Date, Time, and Numeric Objects

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 The Arrays Class In Java

The Arrays Class In Java

  • Post author:Noel Kamphoa
  • Post published:December 8, 2024
  • Post category:Core Java Tutorials/Arrays and Loops/Java Entry Level

Learn about the Arrays class in Java, its methods for sorting, searching, converting arrays to lists, and how to efficiently manipulate arrays

Continue ReadingThe Arrays Class In Java
Read more about the article Arrays and Loops in Java

Arrays and Loops in Java

  • Post author:Noel Kamphoa
  • Post published:December 8, 2024
  • Post category:Core Java Tutorials/Arrays and Loops/Java Entry Level

Discover how to use arrays and loops in Java to store, access, and process data efficiently, with practical examples and tips for beginners

Continue ReadingArrays and Loops 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/Text, Date, Time, and Numeric Objects/Java Entry Level

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 OffsetDateTime Class in Java

OffsetDateTime Class in Java

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

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

Continue ReadingOffsetDateTime Class in Java
Read more about the article Period Class in Java

Period Class in Java

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

Delve into Java's Period Class for date-based time tracking. Crucial for handling durations in Java development.

Continue ReadingPeriod Class in Java
Read more about the article Duration Class in Java

Duration Class in Java

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

Master Java's Duration Class for accurate time tracking. Essential for measuring time intervals in Java development.

Continue ReadingDuration Class in Java
Read more about the article Instant Class in Java

Instant Class in Java

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

Explore Java's Instant Class for precise time tracking and management. Perfect for instant time data in Java development.

Continue ReadingInstant Class in Java
Read more about the article ZonedDateTime Class in Java

ZonedDateTime Class in Java

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

Explore Java's ZonedDateTime Class for accurate time zone handling and management. Master time precision with ease

Continue ReadingZonedDateTime Class in Java
  • 1
  • 2
  • 3
  • 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 Aug

Master method overriding and polymorphism in Java through clear examples like Animal and Payment systems. Learn to write flexible, clean code
https://nkamphoa.com/polymorphism-example-in-java/

Reply on Twitter 1959662259979870364 Retweet on Twitter 1959662259979870364 Like on Twitter 1959662259979870364 Twitter 1959662259979870364
nkamphoa Noel KAMPHOA @nkamphoa ·
24 Aug

⚖️Your thoughts in the comments, complete insights in the article. #Java #BackEnd
https://nkamphoa.com/create-compile-and-run-your-hello-world-java-application-using-a-terminal/

Reply on Twitter 1959616898808639493 Retweet on Twitter 1959616898808639493 Like on Twitter 1959616898808639493 Twitter 1959616898808639493
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 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
  • Facebook
  • Youtube

About

  • About me
  • Privacy Policy
  • Terms of Service
  • About me
  • Privacy Policy
  • Terms of Service
Copyright 2025 - by Noel Kamphoa