Answer Posted / 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 |
Post New Answer View All Answers
how do you Handle Front End Application data against DB with example?
Why use POJO when I can use hashmap
When a thread blocks on i/o?
what are the activation groupworks?
What does module-relative mean?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What’s jboss jbpm?
What do you mean by Socket Programming?
what is a non-repeatable read?
What is a tasks priority and how is it used in scheduling?
Why does the tag url-encode javascript and mailto links?
What do you know about seam?
Why doesn’t the focus feature on the tag work in every circumstance?
What is abstract schema?
Describe, in general, how java's garbage collector works?