Answer Posted / kautilya
Webservice is an application which resides on server and
used to share data and information. It provides Platform
indpendent service, so any user with any operating system
cant use it. it uses SOAP to transfer and receive data. It
basically populates data in XML format which can be used by
every one.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Why should i prefer JSP over asp.net or any other web development language..??
What are the benefits of Razor View?
How you will handle session when deploying application in more than a server?
What is the difference between the asp and asp.net?
What is skin in asp.net?
How to implement form based authentication in asp.net application?
Give a few examples of page life cycle events.
What is master page in dtp?
Explain weak typing and strong typing.
what is the difference between response.write() and response.output.write()?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
Explain swagger components.
What parameters can you pass in the url of the api? Can get and post use the same url?
What is difference between ispostback and autopostback in asp net?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?