| Back to Questions Page |
| |
| Question |
what's use of <br> command |
Rank |
Answer Posted By |
|
Question Submitted By :: Manas |
| This Interview Question Asked @ Enkay , Tt, Itsoft |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | <br> is for line breaking command  |
| Manas |
| |
| |
| Answer | hai friend <hr> tag is used to insrt a link break when
ever you required.
EG:if you ant paragraph like below:
line-1 1.I am rajendra and ihave 3 years of experience.
line-2 2.i am a verygood testing engineer.
Secondline should start in a fresh line after first line
then observe the below cone to generate in a html code.
---------------------------------------------------------
<html>
<body>1.I am rajendra and ihave 3 years of experience.<br>
2.i am a verygood testing engineer.
</body>
</html>
---------------------------------------------------------
if you want see this real functionality copy the above code
into notepad and save it on desktop as eg.html then the
eg html file will be on the desk top,click file with
mouse u can see the required o/p on browser.
again the same code copy into another notepad editor and
saveit as eg1.html,but you delete the <br> tag from the
code.now you compare the difference between two code,you
can find the difference.
ok byeeeeeeee  |
| Rajendra Prasad Reddy Penumall |
| |
| |
| Answer | <br> tag is used for line break.  |
| Manonmani.r |
| |
| |
|
|
| |
| Question |
What compiler switch creates an xml file from the xml
comments in the files in an assembly? |
Rank |
Answer Posted By |
|
Question Submitted By :: Swapna |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | /doc  |
| Guest |
| |
| |
| Question |
What is SOAP and why it is required ? |
Rank |
Answer Posted By |
|
Question Submitted By :: Wgk |
| This Interview Question Asked @ TCS , Tcs |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | SOAP stands for simple object Access protocol .
SOAP structures a message into two main parts: the headers
and the body.
SOAP is more than just a sender-receiver protocol, although
that, too, is certainly the dominant use today. SOAP
supports the concept of a message passing from a recipient,
possibly through one or more intermediaries, and ending up
at its destination, more precisely known as the ultimate
receiver.  |
| Aswini De |
| |
| |
| Answer | SOAP is core part of WEB-SERVICE. Mainly SOAP is an XML
syntax for exchanging message because of XML is language and
platform
indepent.SOAP is use when we are creating web services
because Web services means publish a method(method resolve
business logic) globally.  |
| Aswini De |
| |
| |
| Answer | Simple object access protocal  |
| Sanjit |
| |
| |
| Question |
About disco and uddi ? |
Rank |
Answer Posted By |
|
Question Submitted By :: Mathur |
| This Interview Question Asked @ Digital-GlobalSoft |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | UDDI --Universal Description, Discovery and Integration.  |
| Vamshi Krishna |
| |
| |
| Question |
What are WSDL ports ? |
Rank |
Answer Posted By |
|
Question Submitted By :: Mathur |
| This Interview Question Asked @ Digital-GlobalSoft |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | A WSDL port describes the interfaces (legal operations)
exposed by a web service.  |
| Nagesh |
| |
| |
| Question |
Tell about WSDL ? |
Rank |
Answer Posted By |
|
Question Submitted By :: Mathur |
| This Interview Question Asked @ Digital-GlobalSoft |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Web Services Description Language  |
| Vamshi Krishna |
| |
| |
| Question |
About how soap messages are sent and received in web service ? |
Rank |
Answer Posted By |
|
Question Submitted By :: Mathur |
| This Interview Question Asked @ Digital-GlobalSoft |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | we can sent and receive soap msg with the help of HTTP, FTP
or SMTP protocols. we need to bind the soap envelope in
protocol and then we can send and receive our msg over the
netwok.  |
| Charit Sharma |
| |
| |
|
| |
|
Back to Questions Page |