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

Which of these is/are NOT the WSDL operation type(s)?

  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

AI Explanation

To answer this question, we need to understand the different types of operations in WSDL (Web Services Description Language).

A. One-way - This option is correct as it is one of the WSDL operation types. In a one-way operation, the client sends a request to the server, but no response is expected.

B. Error-message - This option is incorrect. Error-message is not a valid WSDL operation type. WSDL operation types include one-way, request-response, and solicit-response.

C. Request-response - This option is correct as it is one of the WSDL operation types. In a request-response operation, the client sends a request to the server and expects a response.

D. Solicit-response - This option is correct as it is one of the WSDL operation types. In a solicit-response operation, the server sends a request to the client and expects a response.

E. None of the above - This option is incorrect as both A and C are valid WSDL operation types.

F. Only A and B - This option is incorrect as only option B is incorrect. Option A is a valid WSDL operation type.

Therefore, the correct answer is option B. It is NOT a WSDL operation type.

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