Skip to Main Content

Java User Groups

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!

convert characters while writing into outputfile

Gayathri VenugopalJan 26 2019 — edited Jan 27 2019

Hello, I have an input_filename which says hello world. In the output file named output_filename, I have to read the input_filename and convert those exact words as upper case.eg: output file name contains HELLO WORLD. Please tell me how do I do that. PS : my code logic is different ,I am just asking this as an example to know, how do I read from a file and convert characters and then write it to output_filename.

Comments

Post Details

Added on Jan 26 2019
1 comment
73 views