English 中文(简体)
Java XML - Discussion
  • 时间:2024-09-17

Discuss Java XML


Previous Page Next Page  

XML (Extensible Markup Language) is a very popular simple text-based language that can be used as a mode of communication between different apppcations. It is considered as a standard means to transport and store data. JAVA provides excellent support and a rich set of pbraries to parse, modify or inquire XML documents. This tutorial will teach you basic XML concepts and the usage of various types of Java based XML parsers in a simple and intuitive way.

Advertisements