About 109,000 results
Open links in new tab
  1. String (Java Platform SE 8 ) - Oracle Help Center

    The class String includes methods for examining individual characters of the sequence, for comparing strings, for searching strings, for extracting substrings, and for creating a copy of a string with all …

  2. Java String Reference - W3Schools

    Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.

  3. Java String API – New Methods - Baeldung

    Jan 8, 2024 · Java 11 and 12 added a few new useful APIs to the String class, enhancing its capabilities. In this tutorial, we’ll explore and use these commonly used APIs for String manipulation …

  4. Java String Methods - GeeksforGeeks

    Oct 11, 2025 · In Java, a String represents a sequence of characters used for storing and manipulating text. It is immutable and provides many built-in methods for operations like concatenation, …

  5. Mastering the Java String API: A Comprehensive Guide

    Nov 12, 2025 · This blog post aims to provide a detailed overview of the Java String API, including its fundamental concepts, usage methods, common practices, and best practices.

  6. Mastering String APIs in Java - DEV Community

    May 31, 2025 · In Java, strings are fundamental for data manipulation. This article delves into the core concepts of Java's String and StringBuilder classes, essential components of the Java Standard …

  7. Java String Tutorial - HowToDoInJava

    Aug 15, 2024 · On this page, we will learn about creating strings with string literals and constructors, string methods and various other examples related to string conversion and formatting.

  8. Java String Handling Tutorial

    On this page, you will find all the tutorials, guides, and examples on Java String, StringBuilder, and StringBuffer.

  9. All About String in Java - Baeldung

    Sep 28, 2023 · All About String in Java Last updated: September 28, 2023 Written by: baeldung Java String Series

  10. Java 11 - String API - Online Tutorials Library

    Java 11 introduced multiple enhancements to String. String.repeat (int) − Repeats a string given number of times. Returns the concatenated string. String.isBlank () − Checks if a string is empty or have …