Why is main purpose of XML?
Answers were Sorted based on User's Feedback
Answer / ashokmail.java@gmail.com
XML is Extensible Markup Language. It is used in java
application to store predefind configuration. XML is also
support all plateforms. No extra softwares needed for
running xml file. All browsers are support XML.
| Is This Answer Correct ? | 29 Yes | 4 No |
Answer / devarathnam c,kotagudibanda(po
Hi...
XML:XML is cross-platform independent ,hardware and
software independent tool for transporting the data between
two heterogeneous systems,XML describes the data.
| Is This Answer Correct ? | 20 Yes | 2 No |
Answer / aniq
Server Reads XML by reading this Server Starts the
application otherwise it can`t start.XML is cross-platform
independent,XML is Extensible Markup Language. It transfers
the data from one system to another (Window XP to Unix).
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / babariya ashish
In XML information is stored in ease manner.Moreover due to
systematic storage of data its easy to search the required data.
When multiple data is to be transfer then all data can be
wrapped in single XML and can be sended as a single string
and can be easily parsed on other end....
| Is This Answer Correct ? | 4 Yes | 1 No |
explain session tracking. why we used it
what is Static binding?
What are various types of class loaders used by jvm?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
how the action can be map from jsp page to bean class in mvc1
Does Java pass arguments by value or reference?
What class is used to create Server side object ?
Connection Pooling with different type of databases?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
In HashTable I am storing null value..then what is the error it will show
difference between sql exception class and sql warning class
What will happens, when a thread cannot acquire a lock on an object?