XML is a good thing to cntaint database and other information. Java use parsers to read and write the xml data so here we learn how we can use xml in our java application.Here provided step by step tutorials with example to understand the functionality of XML with java.
Lets click here to learn XML and XML parsing in java.
Showing posts with label xml. Show all posts
Showing posts with label xml. Show all posts
Monday, November 5, 2012
XML parsing in java
Sunday, November 4, 2012
What is XML ?
Markup language that define a set of rules for encoding documents in a form that is both human-readable and machine-readable.
• It is defined in the XML 1.0 Specification produced by the W3C, and several other related specifications.
• Can be embedded with all types of oop language with parsing.
Benefits-
1. Simple
2. Self description
3. Contains machine readable context information
4. Facilitates the aggregation of data
5. Can embed multiple datatypes and existing data.
Subscribe to:
Posts (Atom)