This is my second post, and now I'm used to the function of things! it is rather a theory issue for computer science, but, my question is, what does this mean?
'' Analysis of a text file or data stream
This is an assignment, and the books and web sources I consulted are old or vague. I implemented a serializable interface in SinglyLinkedList that saves / loads a file to / from disk so that it can be transferred / edited and accessed later. Does this sufficient achievement of a rather vague requirement?
what to consider when considering this issue:
- This requirement is one of many for the project that I am implementing.
- The single linked list that I use is custom-made - I know that the finished Java version is better, but I have to show my skills.
- all methods work - I tested them - this is just a documentation issue
- I use ObjectOutputStream, FileOutputStream, ObjectInputStream and FileInputStream and the corresponding methods for reading / writing an object. Singlely linked list
I would be grateful for the feedback
source share