Tag: technology

Questions Related to technology

  1. FTP method

  2. PUT method

  3. WRITE method

  4. COPY method


Correct Option: B

Which three digit error codes represent an error in request from client

  1. Codes starting from 200

  2. Codes starting from 300

  3. Codes starting from 400

  4. Codes starting from 500


Correct Option: C
Explanation:

To answer this question, the user needs to know about HTTP status codes and their meanings.

HTTP status codes are three-digit numbers that represent the response status of a request made by a client to a server. The first digit of the status code defines the class of response, while the last two digits do not have any categorization role.

The status codes starting with 4xx represent an error in the request made by the client, while the status codes starting with 5xx indicate an error on the server side.

Therefore, the correct answer is:

The Answer is: C. Codes starting from 400

  1. The dataset must be sequential or a member of a partitioned dataset.

  2. The dataset must be allocated to a file name or DD name.

  3. The dataset must be exclusively enqueued (DISP=OLD or NEW).

  4. TSO or MVS environment must be active.


Correct Option: C
  1. /META-INF/classes

  2. /classes

  3. /root/classes

  4. /WEB-INF/classes


Correct Option: D
  1. HttpServletRequest

  2. HttpServletResponse

  3. SessionContext

  4. SessionConfig


Correct Option: A
  1. CONNECT method

  2. COMPARE method

  3. OPTIONS method

  4. TRACE method


Correct Option: B