Monday, August 13, 2012

XML Interview Questions

1. What is xml
XML is Extensible Markup Language. It uses user defined tags unlike HTML and is mostly used for dynamic webpages where the data is transported and stored in data base

2. Difference between xml and html
HTML is Hypertext Markup Language and it is mainly used for presenting data is different formats. It has predefined tags
XML is Extensible Markup Language. It uses user defined tags and involves transport and storage of data rather than presentation of data

3. What is client side scripting
Client side scripts are usually embedded within a HTML document. Whenever a client requests for a file, it is sent by the web server to the client and then at the web browser (client side) the script is executed and document along with the script output is shown.

4. What is a web server
 The primary function of a web server is to deliver web pages to clients when it is requested using the Hypertext Transfer Protocol (HTTP).

No comments:

Post a Comment