web technology Online Quiz - 31
Description: web technology Online Quiz - 31 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
Which is the default Provider Name of the Providers used to access the DataBase?
Which command does not return any value?
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
How many number of parts are there in a SOAP document ?
REST webservices don't require any wrapper around Http to communicate, the way SOAP based web services do ?
A web service is called over which of the following protocols, please select the correct options
What is WSDL
Axis 2 can be used to generate both SOAP and REST web services
What are advantages of writing web services as compared to other native ways like EJB, COM/DCOM and CORBA.
What is Axis ?
How many different types of parsers are available to parse XMLs ?
SAX is an event based parser
SAX can be used to modify XML
DOM loads the whole xml to be parsed in the memory
Stax is a push based XML Parser
PL/SQL raises an exception in which of the following scenarios
Does hibernate allow mixing table-per-class hierarchy and table-per-subclass strategies?
Which statement is correct ?
What does session.evict() method do ?