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
240+ articles
strings
119+ articles
java-regular-expression
92+ articles
Java-Data Types
28+ articles
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 Programs
Picked
TrueGeek
TrueGeek-2021
Java-Strings
Java-String-Programs
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 Programs
Picked
Geeks Premier League
Java-Collections
Java-Strings
Java-HashMap
Java-String-Programs
Geeks Premier League 2023
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
Picked
java-regular-expression
Java-String-Programs
regular-expression
Java Examples
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 Programs
Picked
Java-Strings
Java-String-Programs
Java Examples
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
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
Picked
java-regular-expression
Java-String-Programs
Java Examples
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
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 Programs
Picked
Java-Strings
Java-String-Programs
strings
Java Examples
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
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
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
Picked
java-math
Java-BigInteger
Java-String-Programs
Java Examples
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
Picked
java-Long
Java-String-Programs
strings
Java Examples
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
Misc
Java
Java Programs
Java-Strings
Java-String-Programs
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 Programs
Picked
Java-Strings
Java-String-Programs
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
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 !