Join
Blogs
Questions
Videos
Tags
Members
Search
 
 
Create your own blog, earn points and get popular!

Convert String to char array example

  1. /*
  2.  * Convert String to char array example. Program to convert String object
  3.  * to array of character.
  4.  */
  5.  
  6. public class StringToCharArray {
  7.  
  8.  public static void main(String args[]){
  9.  
  10.   String str = "Hello world";
  11.  
  12.   //to convert string to char array, use toCharArray method of String
  13.   char[] ch = str.toCharArray();
  14.  
  15.   System.out.println("String converted to char array");
  16.  
  17.   //print char array
  18.   for(int i=0; i< ch.length; i++)
  19.    System.out.print(ch[i] + " ");
  20.    
  21.  
  22.  }
  23. }
Your rating: None Average: 2 (3 votes)
Share this
Anonymous's picture

C collect: Graceful couplet

C collect: Graceful couplet is my home has an opportunity to still come back this is born not to go absolutely graceful city Accept after C Luo Zaisai when interviewing, say: "I still am answered without what see me score a goal put, nevertheless I can look, they tell me that is a beautiful goal. Because old Telafude is my home,I did not celebrate a goal is, I spent time of 6 years over, I still am a child when went over there. This actually with celebrate do not celebrate a relation not quite, I want to win a ball, but the everybody that I respect graceful couplet. Be opposite with my family blast, this kind of feeling also makes a person very much adorably very much feeling myriad. If I leave emperor horse to join in one day other team, I also won't be celebrated after door of breach emperor polo. I also won't be celebrated after door of breach emperor polo.. Before the match with graceful couplet, c collect was accepted " the sun signs up for " exclusive special interview, in be asked about when whether be willing to be graceful city effectiveness, c Luo Hui answers: "Be be graceful city effectiveness and graceful couplet? I won't so do. Why? Because my heart belongs to graceful couplet, this is why. I can say, be graceful city kickball is special, special, special, special, special, special, special, special, special, special, special, special (C collect said in the special interview 12 Very) are difficult repeatedly. Be graceful city kickball is special, special, special, special, special, special, special, special, special, special, special, special (C collect said in the special interview 12 Very) are difficult repeatedly.. Because ever was made public before this,express oneself to pass unpleasantly in emperor horse, leave the question of one station about C collect, it is the focus that people pays close attention to all the time. C collect is being accepted " the sun signs up for " when interviewing, express, he can value the contract with emperor horse, but also do not nike free run 3 deny oneself perhaps some day may return graceful couplet: "I am a of emperor horse, I am here very happy, my family also is such, here everything is very successful. Future? I do not know, only sacred ability knows future. I won't say I won't return graceful couplet effectiveness, nevertheless I want to say I am in emperor horse is very good, I want to stay here. Let us put this topic, see settle on emperor can give me what kind of future, what I should emphasize is I am in emperor horse is very happy. What I should emphasize is I am in emperor horse is very happy.. (Wood is plunged into)

Post new comment