Posts by Carlos Henrique • 91 points
2 posts
-
2
votes1
answer71
viewsQ: Check text from file
I have a text file with the following content: Name: Number: Password: What I want to do is read this file and check if after : it has some character. Another question on the same subject: How can I…
-
6
votes5
answers1382
viewsQ: No return on method?
I have a method where its function is to read a file and store the value written in the file in a variable and return the variable,: public String addItemCreative(File f){ String line = null; try{…