Tag: web technology

Questions Related to web technology

  1. That can be used to generate Java classes from an XML schema

  2. Can be used to read and write XML using Java classes generated from an XML schema

  3. Is used for parsing XML using SAX and DOM

  4. Both A and B

  5. Both B and C

  6. Both A and C


Correct Option: D
  1. One-way

  2. Error-message

  3. Request-response

  4. Solicit-response

  5. None of the above

  6. Only A and B


Correct Option: B

UDDI communicates via which of the following

  1. HTTP, SOAP, WSDL

  2. SOAP, CORBA, Java RMI Protocol

  3. SOAP, XML-RPC

  4. XML, WSDL


Correct Option: B
  1. Reduces parsing overhead

  2. Reduces execution overhead

  3. Forces usage of INDEX

  4. Makes code reusable


Correct Option: A,D
  1. World wide web consortium (W3C)

  2. Internet Engineering Task Force (IETF)

  3. Both A and B

  4. None of the above


Correct Option: C
  1. To specify the class where namespace is located

  2. Inorder to include objects into a .cs file

  3. Create an alias for a namespace

  4. None of these


Correct Option: C
  1. msgBox("Hello World")

  2. alertBox("Hello World")

  3. alert("Hello World")

  4. alertBox="Hello World"


Correct Option: C