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
  • 0
  • Toggle website search
0 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
  • 0
  • 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
  • 0
  • 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 Entry Level

  1. Home>
  2. 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:Classes and Objects/Core Java Tutorials/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:Core Java Tutorials/Java Entry Level/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:Arrays and Loops/Core Java Tutorials/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:Arrays and Loops/Core Java Tutorials/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/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 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
Read more about the article Period Class in Java

Period Class in Java

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

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:Core Java Tutorials/Java Entry Level/Text, Date, Time, and Numeric Objects

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:Core Java Tutorials/Java Entry Level/Text, Date, Time, and Numeric Objects

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:Core Java Tutorials/Java Entry Level/Text, Date, Time, and Numeric Objects

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 ·
1 Feb

🎯New Post: How to use the AtomicInteger class to ensure thread-safe operations without locks for high-performance concurrency.

https://nkamphoa.com/atomicinteger-class-in-java/

Reply on Twitter 1885706217395253413 Retweet on Twitter 1885706217395253413 Like on Twitter 1885706217395253413 Twitter 1885706217395253413
nkamphoa Noel KAMPHOA @nkamphoa ·
26 Jan

🎯New Post: Learn how to use multidimensional arrays in Java.

https://nkamphoa.com/multidimensional-arrays-in-java/

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

Archives

  • 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
  • Core Java Tutorials
  • DevOps
  • Featured
  • Implement Inheritance and Use Records
  • Introduction to Java
  • Java Entry Level
  • Java Exceptions
  • 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
×
×

Cart

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