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
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
Why does the tag url-encode javascript and mailto links?
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!
Describe responsibilities of Activator?
Can I map more than one table in a cmp?
What is the purpose of the notifyall() method?
How substring() method of string class create memory leaks?
What is the difference between session and entity beans?
What is Remote Server?
What is prototype?
Why a component architecture for the java platform?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
What is the RMI and Socket?
Which javutil classes and interfaces support event handling?
Why do threads block on i/o?