aspose file tools
The moose likes Beginning Java and the fly likes different question relating to the recursion Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "different question relating to the recursion" Watch "different question relating to the recursion" New topic
Author

different question relating to the recursion

Justin Fox
Ranch Hand

Joined: Jan 24, 2006
Posts: 802
ok say i have an array


char [] = new char [N];

and say the array is {h,e,l,l,o};

how would i get say:

String word;

to equal "hello"?


You down with OOP? Yeah you know me!
Ken Blair
Ranch Hand

Joined: Jul 15, 2003
Posts: 1078
Ken Blair
Ranch Hand

Joined: Jul 15, 2003
Posts: 1078
P.S. This has nothing to do with recursion.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: different question relating to the recursion
 
Similar Threads
Two Dimensional Arrays
how to convert from string("a") to char..
storing user defined variables in an array
Using a char array in string concatenation
java code on as a output