Can Java classes be linked with XML files and then run?
How can this be done?
Printable View
Can Java classes be linked with XML files and then run?
How can this be done?
What do you mean by 'linked' ? What are you trying to achieve?
XML is just structured text - Java classes can use XML, and there are Java libraries that make reading and writing XML simple.
The best way to prepare [to be a programmer] is to write programs, and to study great programs that other people have written. In my case, I went to the garbage cans at the Computer Science Center and fished out listings of their operating systems...
Bill Gates