+ 1
Is it possible to write a code in Java to save input information externally on storage?
I want to make a java program which shall take input from user and then it shall be able to write that info externally on a notepad file or something. Can anyone help me make such a code using any other required languages as well? I am looking forward to have some discussion and fun making the code!
1 Answer
+ 5
Yes! It is possible. You will know about "File Handling" of Java in Sololearn in your lessons! Keep learning to unlock đ it
All the best!