Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java program to read ,format and write a text file

807580Jun 23 2010 — edited Jun 23 2010
i'm havin a file "input.txt" which contains:
FirstName=Richard;LastName=Brown;POB=Atlanta;MOB=March
FirstName=Charlie;LastName=Chaplin;POB=June;MOB=;


my question is to create an output file named "output.txt"which should be after writing program is

Richard;Brown;Atlanta;March
Charlie;Chaplin; ;June
Thanks in advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 21 2010
Added on Jun 23 2010
3 comments
973 views