+ 1
How to write the data of array list collection to a file in java?
I want to store data of collection to a file using array lists
2 Antworten
+ 5
yuvan bajjurla
This might help you 👇
https://samderlust.com/dev-blog/java/write-read-arraylist-object-file-java#:~:text=Write%20an%20object%20into%20a%20file.&text=ObjectOutputStream%20writeStream%20%3D%20new%20ObjectOutputStream(writeData)%3A%20ObjectOutputStream%20will%20handle%20the,an%20object%20to%20a%20file.&text=writeStream.,-flush()%3A%20using
+ 2
Thank you so much for the help Minho