Similar Collections


This study list contains Java String Programsexamples on String Class. Here, you will find programs to get length of the string, convert string into character array, trimming the string, splitting the string, example of startsWith and endsWith methods, replacing the string, reversing the string, example of isEmpty method, Example of String.compareTo method, example of String.subString method, example of String.toLowerCase method, example String.toUpperCase method, example of String.valueOf method, etc.

 

questions

Title
Java program to read strings with different methods
How to get length of the string in java?
How to convert a character array to string in Java?
How to calculate length of the string using String.length() method in Java?
How to trim a given string using String.trim() method in Java?
How to spilt string in substrings using String.split() in Java?
Java program to demonstrate example of String.startsWith() and String.endsWith()?
How to replace string with another string in java using String.replace() method?
How to reverse a string in Java with and without using StringBuffer.reverse() method?
How to check whether a given string is empty or not in Java?
Java program to convert string to lowercase and uppercase
Java program to get sub string from a given string
Java program to convert any type of value to string value using String.valueOf() method
Java program to compare two strings using String.compareTo() method
Java program to input a string from user and reverse each word of given string
Easiest way to check Given String is Palindrome String or not in Java
Java program to get string and count number of words in provided string
Java program to check given strings are Anagram or not
Java program to Encrypt/Decrypt String Using AES 128 bits Encryption Algorithm
Java program to separate all tokens (words) using StringTokenizer
total questions: 34

Questions

34

Views

455

Best Answers

299

Points

5