Tag: web technology

Questions Related to web technology

What is WSDL

  1. Its a protocol for calling services

  2. Its a registry for discovering services

  3. Its an xml file for defining the methods that can be called over the web.

  4. None of the above


Correct Option: C
  1. A Web service

  2. A tool to generate Web services from java classes.

  3. A tool to generate web service stubs.

  4. All of the above.


Correct Option: B,C

How many number of parts are there in a SOAP document ?

  1. 3

  2. 4

  3. 5

  4. 6


Correct Option: B

DOM loads the whole xml to be parsed in the memory

  1. True

  2. False


Correct Option: B