Tag: web technology

Questions Related to web technology

  1. It has access to a ServletConfig

  2. It has access to a ServletContext

  3. It is only called once

  4. It can be overridden


Correct Option: A,B,C,D
  1. response.setHeader(CONTENT-LENGTH,"numBytes");

  2. response.setHeader("CONTENT-LENGTH","numBytes");

  3. response.setStatus(1024);

  4. response.setHeader("CONTENT-LENGTH",1024);


Correct Option: B
  1. a. Connect independent, heterogeneous systems

  2. b. Loosely-coupled, message based systems

  3. c. Open protocols on the wire

  4. d. All Of the above


Correct Option: D
  1. a. Java

  2. b. .Net

  3. c. XML

  4. d. A & B


Correct Option: C
  1. a. Simple Oriented Architecture

  2. b. Service Oriented Architecture

  3. c. Simple Object Access

  4. d. Service Object Access


Correct Option: B