Joined
Last Seen
0 Reputation Points
100% Quality Score
- Upvotes Received
- 2
- Posts with Upvotes
- 1
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #37.0K
~23.9K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Programming x 4
Favorite Tags
java x 5
file-system x 5
2 Posted Topics
i am using bluej and this code compiles but doesnt save the input and unique file extension to the same document. I am new so this may seem elementary but any help would be appreciated. thank you // File with a timestamp in the filename import java.io.IOException; import java.nio.file.Files; import …
I used the code you listed and added my file path, however i get this error and nothing happens. thnx java.lang.NullPointerException at FileIOTest.readFile(FileIOTest.java:47) at FileIOTest.main(FileIOTest.java:15)
The End.
Bdill7