Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
Java
10.1k+ articles
Difference Between
4.2k+ articles
Java-Functions
4.1k+ articles
Java Programs
2.1k+ articles
Java - util package
1.5k+ articles
Java-Collections
1.1k+ articles
Java-lang package
380+ articles
Java-Strings
220+ articles
Java-String-Programs
130+ articles
strings
100+ articles
Java-Character
26 posts
Popular Articles
Recent Articles
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 in
...read more
Java
Java Programs
Picked
Java-Character
Java-String-Programs
strings
Java Examples
Difference between String and Character array in Java
Last Updated: 25 July 2024
Unlike C/C++ Character arrays and Strings are two different things in Java. Both Character Arrays and Strings are a collection of characters
...read more
Java
Java-Strings
Difference Between
Picked
Java-Character
Java Character charCount() with Examples
Last Updated: 14 December 2022
The java.lang.Character.charCount() is an inbuilt function in java which is used to determine number of characters needed to represent the s
...read more
Java
Java-lang package
Java-Functions
Java-Character
Similar Topics
Java
10.1k+ articles
Difference Between
4.2k+ articles
Java-Functions
4.1k+ articles
Java Programs
2.1k+ articles
Java - util package
1.5k+ articles
Java-Collections
1.1k+ articles
Java-lang package
380+ articles
Java-Strings
220+ articles
Java-String-Programs
130+ articles
strings
100+ articles
Character.offsetByCodePoints() Method in java
Last Updated: 19 July 2022
The Character.offsetByCodePoints(CharSequence seq, int index, int codePointOffset) is an inbuilt method in java that returns the index withi
...read more
Java
Java-lang package
Java-Functions
Java-Character
Character.isSpaceChar() method in Java
Last Updated: 06 December 2018
The java.lang.Character.isSpaceChar(char ch) is an inbuilt method in java which determines if the specified character is a Unicode space cha
...read more
Java
Java-lang package
Java-Functions
Java-Character
Character.isHighSurrogate() method in Java with examples
Last Updated: 06 December 2018
The java.lang.Character.isHighSurrogate() is a inbuilt method in java which determines if the given char value is a Unicode high-surrogate c
...read more
Java
Java-lang package
Java-Functions
Java-Character
Character.isWhitespace() method in Java with examples
Last Updated: 06 December 2018
The java.lang.Character.isWhitespace() is an inbuilt method in a java that determines if the specified character (Unicode code point) is wh
...read more
Java
Java-lang package
Java-Functions
Java-Character
Character.isJavaIdentifierPart() Method in Java with Examples
Last Updated: 06 December 2018
The Character.isJavaIdentifierPart(int codePoint) is an inbuilt method in java that determines if the specified character may be part of
...read more
Java
Java-lang package
Java-Functions
Java-Character
Character.isLetterOrDigit() in Java with examples
Last Updated: 06 December 2018
The java.lang.Character.isLetterOrDigit(char ch) is an inbuilt method in java which determines if the specified character is a letter or di
...read more
Java
Java-lang package
Java-Functions
Java-Character
Character.equals() method in Java with examples
Last Updated: 06 December 2018
The java.lang.Character.equals() is a function in Java which compares this object against the specified object. If the argument is not null
...read more
Java
Java-lang package
Java-Functions
Java-Character
Character.isISOControl() method with examples in Java
Last Updated: 06 December 2018
The java.lang.Character.isISOControl() is an inbuilt method in java which determines if the specified character is an ISO control character
...read more
Java
Java-lang package
Java-Functions
Java-Character
Character.digit() in Java with examples
Last Updated: 06 December 2018
The java.lang.Character.digit() is an inbuilt method in java which returns the numeric value of the character ch in the specified radix. It
...read more
Java
Java-lang package
Java-Functions
Java-Character
Character.hashCode() in Java with examples
Last Updated: 06 December 2018
Java.lang.Character.hashCode() is a built-in method in Java which returns a hash code for this Character. The returned hash code is equal to
...read more
Java
Java-lang package
Java-Functions
Java-Character
Character.charValue() in Java with examples
Last Updated: 06 December 2018
Java.lang.Character.charValue() is a built-in method in Java that returns the value of this character object. This method converts the Chara
...read more
Java
Java-lang package
Java-Functions
Java-Character
Character.valueOf() in Java with examples
Last Updated: 06 December 2018
Java.lang.Character.valueOf() is an inbuilt method in Java that returns a Character instance representing the specified char value. If a new
...read more
Java
Java-lang package
Java-Functions
Java Programs
Java-Character
1
2
>>
Last
1
2
>>
Last
1
2
>>
Last
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 !