Switch to full style
Java2 codes,problems ,discussions and solutions are here
Post a reply

How to merge the data into file

Fri Oct 28, 2011 6:50 am

there is one file with name "file1.txt" it consists of these data inside the file aaa
bbb
ccc

"file2.txt" contains the data inside the file 666
777
888



my output should be in this format in file3.txt aaa
666
bbb
777
ccc
888 in this format



Re: How to merge the data into file

Mon Nov 07, 2011 12:28 am

This is a basic concept of java I/O
see this example : File read write

Post a reply
  Related Posts  to : How to merge the data into file
 Loading table data from a CSV file     -  
 How to make PHP form data saved into txt file     -  
 Reading selected data from a source file     -  
 lists merge     -  
 merge sort implementation in C++     -  
 Merge two or more arrays recursively     -  
 Java merge sort example     -  
 multidimensional array merge using PHP     -  
 Encrypt/Decrypt a file from source file to target file.     -  
 Copy file to file in java code- implementation     -