Lets see how to convert charArray to String.
Code Description:
In this program we have taken an Array of characters as char [] array = { '(','B','o','n','j','o','u','r',' ','m','a','d','a','m','e',')' }; and we have passed it
to a String. Hence we
get the following output as shown below.
Here is the code of this program:
public class charArraytoStr{
|
Output of the program:
| C:\unique>javac charArraytoStr.java C:\unique>java charArraytoStr (Bonjour madame) |
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Convert charArray to String
Post your Comment