About 246 results
Open links in new tab
  1. Python String Methods - GeeksforGeeks

    Jan 2, 2025 · Python string is a sequence of Unicode characters that is enclosed in quotation marks. In this article, we will discuss the in-built string functions i.e. the functions provided by …

  2. Chapter 15: String Handling | Solutions for Class 10 ICSE Logix …

    first occurrence of the specified character. Reason — The indexOf () method returns the index (position) of the first occurrence of the specified character in a string. The return type of the …

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

    String s="Hello";String str="Hello_world123" //s and str are names of the strings

  4. String Manipulation Solutions ICSE Class 10 Computer …

    Apr 14, 2021 · Learn ICSE String Manipulation Solutions for class 10 Computer Application to score good marks in your exam. Download all solutions in PDF

  5. Java String Programs - GeeksforGeeks

    Jun 22, 2024 · Java String class provides a lot of methods to perform operations on strings such as compare (), concat (), equals (), split (), length (), replace (), compareTo (), intern (), …

  6. Python String Methods - W3Schools

    Learn more about strings in our Python Strings Tutorial. Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, …

  7. 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 …

  8. Chapter 8: String Handling | Sumita Arora Solutions ICSE Class 10 ...

    Reason — All of the given methods belong to the String class. Given the code. String s2 = "yes" ; String s3 = new String (s1) ; Which of the following would equate to False ? Answer. s3 == s1. …

  9. Practical No. 11 and 12: Develop program for implementation of ...

    Jan 25, 2019 · 1) Write a program to show the use of all methods of String Class. 2) State Output. class String_demo. public static void main ( String args [] ) char chars [] = {'a','b','c'}; String s = …

  10. 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 …

  11. Some results have been removed
Refresh