web technology Online Quiz - 26
Description: web technology Online Quiz - 26 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
What is the last stage of the Web forms lifecycle?
How does ASP.NET stores SessionID's default?
Do i need IIS to develop a Web application in ASP.NET 2.0?
What namespaces does the Web Page belong in the .NET Framework class hierarchy?
What Data types do the RangeValidator control Support?
What base class do all Web Forms Inherit from?
What DataType is returned in IsPostback property?
What is the extension of a web user control file?
How do you register a user control?
What is WSDL
How many number of parts are there in a SOAP document ?
A Web service is a function/method exposed on the web
It doesn't matter for the client, the technology in which the web service has been implemented
A web service is called over which of the following protocols, please select the correct options
What are advantages of writing web services as compared to other native ways like EJB, COM/DCOM and CORBA.
REST webservices don't require any wrapper around Http to communicate, the way SOAP based web services do ?
What is Axis ?
Axis 2 can be used to generate both SOAP and REST web services
How many different types of parsers are available to parse XMLs ?
SAX is an event based parser