| Back to Questions Page |
| |
| Question |
What are the ways to create a tree view control using XML,
XSL & JavaScript? |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | http://www.devx.com/getHelpOn/Article/11874/1954?pf=true  |
| Asha |
| |
| |
| Question |
What is DOM and how does it related to XML? |
Rank |
Answer Posted By |
|
Question Submitted By :: Suma99@gmail.com |
| This Interview Question Asked @ IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | The Document Object Model(DOM) defines a standard way for
accessing and manipulating XML documents.
The DOM presents an XML document as a tree-structure (a node
tree), with the elements, attributes, and text defined as nodes.
The XML DOM defines a standard set of objects for XML.
The XML DOM is platform- and language-independent...  |
| Venky_sai |
| |
| |
| Question |
What is SOAP and how does it related to XML? |
Rank |
Answer Posted By |
|
Question Submitted By :: Suma99@gmail.com |
| This Interview Question Asked @ IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | SOAP stands for Simple Object Access Protocol.
SOAP is a simple XML based protocol to let applications
exchange information over HTTP.
Or more simply: SOAP is a protocol for accessing a Web Service.
SOAP:
is a communication protocol
is for communication between applications
is a format for sending messages
is designed to communicate via Internet
is platform independent
is language independent
is based on XML
is simple and extensible  |
| Guest |
| |
| |
|
|
| |
| Answer | Whatevet information provided in the first answer is
correct.
Relationship between SOAP and XML is, SOAP message is sent
in XML format using HTTP.  |
| Deepika |
| |
| |
| Question |
Difference between XML and HTML? |
Rank |
Answer Posted By |
|
Question Submitted By :: Suma99@gmail.com |
| This Interview Question Asked @ IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | 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. XML allows the author to define his own tags
and his own document structure. The tags used to markup
HTML documents and the structure of HTML documents are
predefined. The author or the HTML documents can only use
tags that are defined in the HTML standard.  |
| Harish |
| |
| |
| Answer | XML describes data while HTML describes how the data should
be displayed.So HTML is about displaying information while
XML is about describing information.  |
| Sarankumarreddy.c |
| |
| |
| Answer | 1.HTML is presentaton language where as XML is not either a
programing language or a presentation language. It is used
to transfer data between applications and databases.
2.HTML is not case-sensitive where as XML is case-sensitive.
3.In XML we can define our own tags as it is not possible
in HTML.
4.In XML it is mandatory to close each and every tag where
as in HTML it is not required.
5.XML describes the data where as HTML only defines the
data.  |
| Anjali Pareek |
| |
| |
| Question |
What is DOM and SOAP? |
Rank |
Answer Posted By |
|
Question Submitted By :: Amit |
| This Interview Question Asked @ Covansys |
|
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.  |
| Sreedevi |
| |
| |
| Question |
Difference b/w XML and HTML. |
Rank |
Answer Posted By |
|
Question Submitted By :: Amit |
| This Interview Question Asked @ Covansys |
|
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.  |
| 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.  |
| 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  |
| Kumaran |
| |
| |
| Question |
what is SOAP ? why iti is used? |
Rank |
Answer Posted By |
|
Question Submitted By :: Praven |
| This Interview Question Asked @ Saahi |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | SOAP stands for Simple Object Access Protocol
SOAP is a simple XML based protocol to let applications
exchange information over HTTP ie. for accessing a Web
Service.  |
| Hemlata |
| |
| |
| Answer | • SOAP stands for Simple Object Access Protocol
• SOAP is a communication protocol
• SOAP is for communication between applications
• SOAP is a format for sending messages
• SOAP is designed to communicate via Internet
• SOAP is platform independent
• SOAP is language independent
• SOAP is based on XML
• SOAP is simple and extensible
• SOAP allows you to get around firewalls  |
| Suresh Ck |
| |
| |
| Answer | I hav a doubt about one point here..Can SOAP really get
through firewalls? How is it possible? In some enterprise
applications the firewall has to ensure that no spyware or
other hazardous message breach through....Any hazardous
message can be of SOAP format...then if it gets through it
can disrupt the whole system..Is there any other check for
messages at some point before it hits the actual
application ..say a gateway or something where it checks
whether the SOAP message is valid or not ..  |
| Anirban |
| |
| |
|
| |
|
Back to Questions Page |