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. A and B

  4. Is used for parsing XML using SAX and DOM


Correct Option: C
  1. Digitally sign an XML document

  2. Include a signature using the senders private key in the XML

  3. Is used for non-repudiation

  4. All of the above


Correct Option: D

SOAP

  1. The overall structure of the XML message

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

  3. A binding to HTTP

  4. The conventions to wrap and send an error back to the seder

  5. All of the above


Correct Option: E

JAX-RPC

  1. Client side stubs automatically generated by a tool

  2. Dynamic Invocation Interface (DII)

  3. Dynamic proxies

  4. A, B, and C

  5. A client must invoke the service by looking up the Java interface in UDDI


Correct Option: D
  1. Extend SSL for XML

  2. Encrypt specific elements or a complete XML document

  3. Encrypts XML using a public key that can only be decrypted with a secret private key

  4. B and C


Correct Option: D
  1. New specification request in the community process

  2. A toolkit that allows developers to build, test and deploy Web Services

  3. Includes reference implementations for JavaServer Faces (JSF),JAXB,JAXP,JAXR,JAX-RPC,SAAJ and JSTL

  4. B and C


Correct Option: D

JAX-R

  1. To read and write to-from a UDDI registry using SOAP messages

  2. To read and write to-from an ebXML registry using SOAP messages

  3. A and B

  4. None of the above


Correct Option: C

JAX-RPC

  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. Both A and B

  4. None of the above


Correct Option: C
  1. True, because they both generate the same SOAP message

  2. False, because one is written in Java and the other in C# etc

  3. None of the above

  4. Both 1 and 2 are correct


Correct Option: A
  1. An API to produce, consume and manipulate the XML structure for the SOAP message programmatically

  2. An API to for XML messaging

  3. An API for remote procedure calls

  4. All of the above


Correct Option: A