Tag: web technology

Questions Related to web technology

  1. 'This is a comment

  2. /This is a comment/

  3. //This is a comment


Correct Option: B

Which is used in SOAP headers?

  1. postal address information

  2. security information

  3. response information

  4. stock request information


Correct Option: B

Which are true about JAXP APIs? (Choose two)

  1. They are a part of J2SE1.4

  2. They are not part of J2SE1.4

  3. They provide developers with parser-implementation API to process XML

  4. They do not support validation of XML documents against schema


Correct Option: A,C
  1. It is used to add headers to a request

  2. It defines the semantic behaviour of a web service

  3. It defines the interface that the web service provides

  4. It publishes information about a service to a registry


Correct Option: D

What does SOAP define?

  1. The overall structure of the XML message

  2. The conventions representing the remote procedure call in the XML message

  3. Both

  4. None


Correct Option: C
  1. Digitally encrypt an XML document

  2. Determine if two XML documents are logically equivalent

  3. Digitally decrypt an XML document

  4. Digitally sign an XML documents


Correct Option: B
  1. Can be used to generate server side and client side Java (Web Service) code from a WSDL

  2. Can be used to generate a WSDL from Java (Web Service) code

  3. None

  4. Both


Correct Option: D
  1. Super Object Assess Protocol

  2. Simple Object Access protocol

  3. Simple Object Assess protocol

  4. Syntax Object Access protocol


Correct Option: B
  1. org.omg.dom.Document

  2. javax.xml.soap.SoapPart

  3. javax.xml.soap.SoapEntity

  4. javax.xml.soap.SoapHeaderElement


Correct Option: D
  1. Global schema types must be referenced by the type attribute

  2. Global schema elements must be referenced by the type attribute

  3. Global schema types must be referenced by the element attribute

  4. Global schema elements must be referenced by the element attribute


Correct Option: A,D