-
Calling Web Service via Browser
If a browser is used to call a web service directly from .aspx page without calling a proxy, what is returned?
-
Which of the following statements is not true for interfaces
A) Interface definitions does not have implementationB) Interfaces must be declared as publicC) Interfaces can be instantiatedD) Interface does not have constructorsExplanation: Interfaces can only be implemented by inheriting and they can not be instantiated