I want to persist data of objects for later use. What’s the best approach to do so?

By ayush goel in 22 Sep 2023 | 12:41 pm
ayush goel

ayush goel

Student
Posts: 346
Member since: 21 Sep 2023

I want to persist data of objects for later use. What’s the best approach to do so?

22 Sep 2023 | 12:41 pm
0 Likes
divas goyal

divas goyal

Student
Posts: 453
Member since: 22 Sep 2023

To persist data of objects for later use in Java, you can use techniques like serialization (converting objects to byte streams) and save/load operations to files or databases.


23 Sep 2023 | 04:04 pm
0 Likes

Report

Please describe about the report short and clearly.