String is a character sequence enclosed in double quotes. We can't access its characters one by one like we access the values of an array (a[0], a[1] and etc.) directly.
But we can do it in java in different ways, we will see two approaches in this post.
Method 1: Using CharAt(int i) method
Execute above program and observe below output screenshot, we can see that using CharAt() method we are able to get each character from the given string.
Method 2: Using toCharArray() method
Execute the above program and observe below output screenshot, we have converted the given String first to a Character Array and read the characters one by one using for loop.
#HappyLearning #HappyTesting
But we can do it in java in different ways, we will see two approaches in this post.
Method 1: Using CharAt(int i) method
Execute above program and observe below output screenshot, we can see that using CharAt() method we are able to get each character from the given string.
Method 2: Using toCharArray() method
Execute the above program and observe below output screenshot, we have converted the given String first to a Character Array and read the characters one by one using for loop.
#HappyLearning #HappyTesting
You shares a lot of useful information about technology. Thank you for sharing this with us and keep sharing more like this.
ReplyDeleteC++ Training in Chennai
C C++ Training in Chennai
core java training in chennai
javascript training institute in chennai
javascript training in chennai
core java training in chennai
core java training
I was looking for Java Full Stack developer course in Kolkata. You have explained Java very well.
ReplyDeleteThis Java program tutorial is a great starting point! Learning how to read characters of a string is a fundamental skill, and this article breaks it down in a way that's easy to follow. Excited to incorporate this knowledge into my Java projects. Thanks for sharing!
ReplyDeleteGreat Post. Thanks for posting.
ReplyDeleteJava course in Pune