XML Example

Not too long ago, I wanted to refresh myself on how to use
it properly; so instead of writing in C#, I decided to try using Java, which I
had only briefly used. Both programs hold a series of contacts which can be
loaded in from the same XML file; once loaded, the list is then printed out in
a console. The C# example does have a bit more user input from the console, but as I only
wanted to refresh myself on XML, I didn’t include these in the Java example.
Comments
Post a Comment