True or False: A Web service can only be written in .NET ?


False



Explore posts in the same categories: ASP.Net Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • True or False: To test a Web service you must create a windows application or Web application to consume this service ?
  • False, the webservice comes with a test page and it provides HTTP-GET method to test....
  • Are true and false keywords?
  • The values true and false are not keywords....
  • What does AspCompat=”true” mean and when should I use it?
  • AspCompat is an aid in migrating ASP pages to ASPX pages. It defaults to false but should be set to...
  • What does AspCompat=”true” mean and when should I use it?
  • AspCompat is an aid in migrating ASP pages to ASPX pages. It defaults to false but should be set to...
  • If A.equals(B) is true then A.getHashcode & B.getHashCode must always return same hash code.
  • The answer is False because it is given that A.equals(B) returns true i.e. objects are equal and now its hashCode...
  • Does .NET support one-way Web service operations? Does Microsoft SOAP Toolkit support one-way Web service operations?
  • Yes, .NET framework does support one-way messages. To set a void method as one-way operation, set the OneWay property to...
  • DIFF between Image and Picture box controls?
  • The sizing behavior of the image control differs from that of the picture box. It has a Stretch property while...
  • What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState?
  • ViewState is the mechanism ASP.NET uses to keep track of server control state values that don't otherwise post back as...
  • Define precondition and post-condition to a member function.
  • Precondition:-A precondition is a condition that must be true on entry to a member function. A class is used correctly...
  • Is it possible to debug the classes written in other .Net languages in a C# project.
  • It is definitely possible to debug other .Net languages code in a C# project. As everyone knows .net can combine...

    Comments are closed.