All Questions
3 questions
0
votes
1
answer
3k
views
Using XML to store and edit data records in Java
I want to use XML to store data for an assignment .
In this Java assignment I'll get data from the user in form of lines in a file below
INSERT INTO student(id,name,family,isMale) VALUES (10,null,”...
1
vote
1
answer
526
views
Appropriate design / technologies to handle dynamic string formatting?
recently I was tasked with implementing a way of adding support for versioning of hardware packet specifications to one of our libraries. First a bit of information about the project.
We have a ...
0
votes
2
answers
440
views
Persistent Storage format for (update+read)-intensive data
I am developing a Java application. While using the application, data would be generated that needs to be stored on disk. I am looking for an embedded database appropriate for a average use-case of ...