Skip to content
CoderSathi
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git

String

Java String Methods: Essential Operations You Must Know

April 5, 2025April 4, 2025 by Yuba Raj Kalathoki

Core String Methods for Daily Use Java’s String class provides dozens of methods for text processing. Let’s break down the most critical …

Read More Java String Methods: Essential Operations You Must Know

Java String Immutability Explained: Why Strings Can’t Change

April 5, 2025April 4, 2025 by Yuba Raj Kalathoki

What Does “Immutable” Mean? In Java, immutable means once a String object is created, its value cannot be modified. Any operation that appears …

Read More Java String Immutability Explained: Why Strings Can’t Change

Advanced Java String Techniques: Compact Strings, Interning, and Custom Structures

April 5, 2025April 3, 2025 by Yuba Raj Kalathoki

1. Compact Strings (Java 9+) What Changed? Prior to Java 9, Strings used a char[] (2 bytes per character). Compact Strings optimize memory by: …

Read More Advanced Java String Techniques: Compact Strings, Interning, and Custom Structures

Java String: Introduction to String in Java

April 6, 2025February 11, 2023 by Yuba Raj Kalathoki

What is a String in Java? In Java, a String is a sequence of characters (like “Hello, World!”) stored as an object …

Read More Java String: Introduction to String in Java

Internationalization in Java

April 5, 2025April 25, 2022 by Yuba Raj Kalathoki

Internationalization in Java is the process of designing an application that can be adapted to various local languages like Japanese, …

Read More Internationalization in Java

Newer posts
← Previous Page1 Page2
+ Load More Post

Recent Posts

  • How to Fix “Public Key Retrieval is not allowed” MySQL JDBC Error
  • Complete Guide to JaCoCo: How to Measure Java Code Coverage Accurately
  • How to Create a Google App Password: Full Step-by-Step Guide
  • How to Fix “Files Showing as Modified” in IntelliJ IDEA on macOS
  • How to Fix NoClassDefFoundError: javax/xml/bind/DatatypeConverter in Java (Java 11+)
  • How to Connect Java Application to a Remote Database Using an SSH Tunnel (with Spring Boot Examples)
  • How to Convert JSON Array to Java List (With Examples)
  • Configure CORS in Spring Cloud Gateway (WebFlux & WebMVC)
  • Java String Tutorial
  • Java String Best Practices and Common Pitfalls
  • Privacy Policy
  • About CoderSathi.com
  • Contact
Copyright © 2026
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git