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

String

Read more about the article StringBuilder vs StringBuffer in Java

StringBuilder vs StringBuffer in Java

  • Post author:Noel Kamphoa
  • Post published:July 22, 2025
  • Post category:Arrays and Loops/Core Java Tutorials/Java Entry Level

Compare StringBuilder vs StringBuffer in Java. Learn key differences, performance, thread safety, and best use cases with examples.

Continue ReadingStringBuilder vs StringBuffer in Java
Read more about the article StringBuffer in Java: A Complete Guide

StringBuffer in Java: A Complete Guide

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

Discover how to use StringBuffer in Java for thread-safe string manipulation, with examples, performance tips, and best practices.

Continue ReadingStringBuffer in Java: A Complete Guide
Read more about the article StringBuilder in Java: A Complete Guide

StringBuilder in Java: A Complete Guide

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

Learn how to use StringBuilder in Java for efficient string manipulation, with examples, best practices, and performance tips.

Continue ReadingStringBuilder in Java: A Complete Guide
Read more about the article Why You Should Avoid == with Strings in Java

Why You Should Avoid == with Strings in Java

  • Post author:Noel Kamphoa
  • Post published:May 14, 2025
  • Post category:Core Java Tutorials/Java Miscellaneous

Avoid bugs in your Java code by learning the difference between == and .equals() for string comparison, and how to do it right.

Continue ReadingWhy You Should Avoid == with Strings in Java
Read more about the article Text Block in Java: Learn to Handle Multiline Text With Ease

Text Block in Java: Learn to Handle Multiline Text With Ease

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

Discover how to handle multiline text effortlessly with Java's Text Block feature. Simplify your coding experience today!

Continue ReadingText Block in Java: Learn to Handle Multiline Text With Ease
Read more about the article String Class In Java: Essential Techniques for Text Manipulation

String Class In Java: Essential Techniques for Text Manipulation

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

Explore Java's String class: essential methods and techniques for better string handling. #JavaProgramming

Continue ReadingString Class In Java: Essential Techniques for Text Manipulation
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:Core Java Tutorials/Java Miscellaneous

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)

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
×
×

Cart