why we are using XML?
Answers were Sorted based on User's Feedback
Answer / rk
XML = eXtensible Markup Language.XML is become an internet
standard for sharing data over internet.
Is This Answer Correct ? | 22 Yes | 4 No |
XML (extensible markup language) serves as a common
platform for the transmission and sharing of data between
separate systems, allowing the rapid development of Web
services that query, retrieve and share data among many
sources.
XML is not just a universal data format; it is also a
universal library of technologies (including XSLT, XSL-FO,
XPath, XQuery, DOM) for transforming documents between
otherwise incompatible formats, presenting data in
particular styles and formats, querying data from data
sources, and manipulating data in a hierarchical, tree-like
form. XML standards have been implemented in every major
operating system and programming language, ensuring that
one of your most important assets - your data - will always
be accessible in the future.
Is This Answer Correct ? | 16 Yes | 8 No |
Answer / guest
XML is meta data language , it can be used to describe data
about data and can be used to store data and also can be
used to transfer data over network
Is This Answer Correct ? | 11 Yes | 4 No |
Answer / priya
XML=eXtensible Markup Language.It is used to transfer data.
Is This Answer Correct ? | 14 Yes | 8 No |
Answer / naveen kumar raavi
we use XML for Cross Platform communication.
While coming to Web Applications ,XML file plays a key role
such as configuring the web components like
servlets,ActionForm and ACtion classes(Struts) etc.Entire
flow of Web application is stored in XML file.
The importance of XML file in various web components.
1.web.xml
2.struts-config.xml(Struts Framework)
3.hibernate-config.xml and mapping.xml (Hibernate)
4.beans.xml (Spring framew work)
5.applications.xml(EJB)
Is This Answer Correct ? | 7 Yes | 4 No |
Answer / pradeep
What is XML?
Extensible Markup Language
XML is text based markup language.
XML is more than html because html only deal with
presentation and carries no information about the data itself.
Uses of XML
MetaContent
To describe the contents of a document.
Messaging
Where applications or organizations exchanges data between them.
For More Information Visit InfoBucket -->
http://allinfo.66ghz.com
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ashish
It's a standard language for inter peer/app communication, as it is platform independent, have enhanced feature for carrying rich data. It's readable.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ananth
XML is DTD language.it is very easy way to transfer business
object data between the distributed system other than with
any other languages.apart from this reason it is
standardised by XML Schema, www.w3.org, this become powerful
language transfer the information through the Webbased
system as well.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / alex
XML (extensible Markup Language) it is mainly used for
mobile viewing purpose & also we r using xml in coding for
reducing the extra or unnecessary memory like some links
needed too much of memory instared of that we use xml code
means , we avoid over memory occupation.
Is This Answer Correct ? | 0 Yes | 0 No |
What is connector?
What is java actionlistener?
What is home interface?
Why do we use DAO?
3 Answers Accenture, Tech Mahindra,
What is the use of jit compiler in java?
Difference between save and saveorupdate?
What is java secure socket extension (jsse)?
What is j2ee explain the component of j2ee application?
What is gridlayout in java?
what is the difference between application server and web server?
static variable is a class variable which value remains constant for the entire class?? variable means value is changed....hear value is not changed... why it is called static variable
Is java still slow?