| Back to Questions Page |
| Question |
What is DOM and SOAP? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Amit |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
Document Object Model (DOM) is a platform and language
neutral interface that allows programs and scripts to
dynamically access and update the content, structure, and
style of a document.
SOAP is a protocol for exchanging XML-based messages over a
computer network, normally using HTTP. SOAP forms the
foundation layer of the web services stack, providing a
basic messaging framework that more abstract layers can
build on. SOAP facilitates the Service-Oriented
architectural pattern.  |
0 | Sreedevi |
| |
| |
| Question |
Difference b/w XML and HTML. |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Amit |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
XML is Extensible Markup Language
HTML is Hyper Text Markup Language
XML is basically used to describe some data.There are no
fixed set,i.e pre-defined TAGS used in XML. The tags are
user defined. It is used for Data description and streaming.
HTML deals with data representation.  |
0 | Prasad Kulkarni |
| |
| |
| Answer |
Simple Definition:
XML was designed to describe data and to focus on what data is.
HTML was designed to display data and to focus on how data
looks.  |
0 | Ganesh |
| |
| |
|
|
| |
| Answer |
XML is Extensible Markup Language
HTML is Hyper Text Markup Language
XML is allow user-defined tags
HTML is allow only pre-defined tags
XML is case-sensitive Eg. <NETRAS> </NETRAS>
HTML is not case-Sensitive Eg. <HTML> </html>
XML is a DYNAMIC Page
HTML is a STATIC Page  |
2 | Kumaran |
| |
| |
|
| |
|
Back to Questions Page |