Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Java
10.8K+ articles
Misc
8.8K+ articles
Strings
3.3K+ articles
Java Programs
2.0K+ articles
Java-Strings
239+ articles
strings
119+ articles
java-regular-expression
92+ articles
Java-Data Types
28+ articles
Java-String-Programs
145+ posts
Recent Articles
Popular Articles
How to Read an HTTP Response Body as a String in Java?
Last Updated: 26 April 2024
When working with the HTTP requests in Java it's common to need to read the response body returned by the server. In many cases, you may want to read the response body as ...
read more
Java
Java-Strings
Java-String-Programs
Java Examples
How to Split a String into Equal Length Substrings in Java?
Last Updated: 29 November 2024
In Java, splitting a string into smaller substrings of equal length is useful for processing large strings in manageable pieces. We can do this with the substring method o...
read more
Java
Java-Strings
Java Programs
Picked
Java-String-Programs
Java String Exercise
Last Updated: 25 April 2024
String in Java are the objects which can store characters of values in Java, it act the same as an array of characters in Java. Java String is one of the most important to...
read more
Java
Java-Strings
Java Programs
Java-String-Programs
How to Convert a String to an Long in Java ?
Last Updated: 26 February 2024
In Java, String to Integer Conversion is not always effective as the size of the String can overpass Integer. In this article, we will learn the method provided by the Lon...
read more
Java
Java Programs
java-Long
Picked
Java-String-Programs
strings
Java Examples
How to Extract a Specific Line from a Multi-Line String in Java?
Last Updated: 14 February 2024
In Java, String Plays an important role. As String stores or we can say it is a collection of characters. We want to get a specific line from a multi-line String in Java. ...
read more
Java
Java-Strings
Java Programs
Picked
Java-String-Programs
Java Examples
How to Remove Duplicates from a String in Java Using Regex ?
Last Updated: 12 February 2024
In Java programming, Regex (regular expressions) is a very important mechanism. It can be used to match patterns in strings. Regular expressions provide a short and simple...
read more
Java
Java-Strings
Java Programs
Picked
Java-String-Programs
strings
Java Examples
Convert a String to a BigInteger in Java
Last Updated: 12 February 2024
In Java, the BigInteger class is a part of the java.math package and is designed to handle arbitrary precision integers. Unlike primitive data types such as int or long, w...
read more
Java
Java Programs
java-math
Java-BigInteger
Picked
Java-String-Programs
Java Examples
How to Replace a String Using Regex Pattern in Java?
Last Updated: 07 February 2024
Regular Expressions (regex), in Java, are a tool, for searching, matching, and manipulating text patterns. Regex patterns are usually written as fixed strings. Based on di...
read more
Java
Java Programs
Picked
Java-String-Programs
Java Examples
Java Program to Capitalize the First Letter of Each Word in a String
Last Updated: 07 February 2024
In Java Programming, we can be able to capitalize the first letter of each word in the given String value by using toUpperCase(), toLowerCase(), and another one is substri...
read more
Java
Java Programs
Picked
Java-String-Programs
strings
Java Examples
Java Program to Convert String to Char Stream Without Using Stream
Last Updated: 02 February 2024
Char stream defines the array of characters. In this article, we will learn the different types of methods for converting a String into a char stream in Java without using...
read more
Java
Java Programs
Picked
Java-String-Programs
Java Examples
How to Shuffle Characters in a String in Java?
Last Updated: 31 January 2024
In this article, we will learn how to shuffle characters in a String by using Java programming. For this, we have taken a String value as input and the method is available...
read more
Java
Java Programs
Picked
Java-Character
Java-String-Programs
strings
Java Examples
How to Convert a Java String Against a Pattern Regex?
Last Updated: 29 January 2024
Regular expressions, or "regex," are an effective tool in Java programming for checking texts against a given pattern. This post will walk you through the process of util...
read more
Java
Java Programs
java-regular-expression
Picked
Java-String-Programs
regular-expression
Java Examples
How to Validate if a String Starts with a Vowel Using Regex in Java?
Last Updated: 25 January 2024
Regular Expressions in Java allow developers to create patterns for matching strings. In this article, we will learn How to Check whether the Given Character String Starts...
read more
Java
Java Programs
java-regular-expression
Picked
Java-String-Programs
Java Examples
Java Program to Check Strings Anagram Using HashMap
Last Updated: 30 December 2023
Java Program to check whether two given strings are anagrams of each other or not using HashMap.What is an Anagram?A string is an anagram of another string if it contains ...
read more
Java
Java-Collections
Java-Strings
Java Programs
Java-HashMap
Picked
Java-String-Programs
Geeks Premier League
Geeks Premier League 2023
How to Convert Char to String in Java?
Last Updated: 14 December 2023
In this article, we will learn how to Convert Char to String in Java. If we have a char value like 'G' and we want to convert it into an equivalent String like "G" then we...
read more
Strings
Java
Java-Strings
Java Programs
Picked
Java-String-Programs
TrueGeek-2021
1
2
3
4
...
10
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !