InterviewSolution
Saved Bookmarks
| 1. |
How is XML formed and what is the benefit of using it? |
| Answer» XML stands for Extensible Markup Language. It has a root element and different sub elements. It is used to store data not to show data. | |