About 1,800,000 results
Open links in new tab
  1. Java String Reference - W3Schools

    The String class has a set of built-in methods that you can use on strings. Returns the number of Unicode values found in a string. Compares two strings. Returns true if the strings are equal, …

  2. Class10 ICSE JAVA String & Its Functions - Alex Sir

    return a new string which is substring of a specified string Return Type: String Argument Type :int

  3. String (Java Platform SE 8 ) - Oracle Help Center

    String conversions are implemented through the method toString, defined by Object and inherited by all classes in Java. For additional information on string concatenation and conversion, see …

  4. String Class in Java - GeeksforGeeks

    May 1, 2025 · In this article, we are going to learn about the String class in Java. Example of String Class in Java: Explanation: The above program creates a string using a literal and prints …

  5. Java String class Functions - Studytonight

    Java String class functions. The methods specified below are some of the most commonly used methods of the String class in Java. We will learn about each method with help of small code …

  6. Java String Methods - 27 String Functions You Must Know

    Oct 25, 2019 · Java String Methods List. A brief introduction to the various methods present in the Java String class. Java String functions examples.

  7. Java String (With Examples) - Programiz

    Java provides various string methods to perform different operations on strings. We will look into some of the commonly used string operations. 1. Get the Length of a String. To find the length …

  8. Class10 ICSE JAVA Strings Methods Theory - Alex Sir

    In java there are lot of string methods that allow us to perform operation on a string or we can say sequence of char values.For example indexOf (int),it returns the index of first occurance of …

  9. JavaString Class and Methods with examples - BeginnersBook

    Oct 25, 2022 · In this tutorial we will learn about String class and String methods with examples. There are two ways to create a String in Java. 1. String literal. A string literal is a sequence of …

  10. Jun 10, 2024 · ICSE X 1 String Handling String Class and its Methods 1. What is the String? String Handling Class X Chapter 8 The String is a library class (predefined class) and it is …