asked on
ASKER
Java is a platform-independent, object-oriented programming language and run-time environment, designed to have as few implementation dependencies as possible such that developers can write one set of code across all platforms using libraries. Most devices will not run Java natively, and require a run-time component to be installed in order to execute a Java program.
TRUSTED BY
ASKER
So if we have an InputStream that is reading XML data off the URL connection. How can I read this stream so that I pick an specific attribute occuring in different elements and store their values into a String array of some sort.
An example would be greatly appreciated!
Regards