0

web technology Online Quiz - 100

Description: web technology Online Quiz - 100
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0
  1. Core Container

  2. Bean Factory

  3. Spring ORM

  4. Spring MVC Framework


Correct Option: A,C,D

The process of applying aspects to a target object to create a new proxy object is called _______ ?

  1. Advice

  2. Pointcut

  3. Weaving

  4. Jointpoint


Correct Option: C

HTML: javascript: alert(parseInt(name.value)); What is The Output When The User Enters 012 in the text field ?

  1. 12

  2. 0

  3. 10

  4. NaN

  5. None Of These


Correct Option: C

Name the class that includes the getSession method that is used to get the HttpSession object.

  1. SessionContext

  2. SessionConfig

  3. HttpServletRequest

  4. HttpServletResponse


Correct Option: C
  1. POST allows users to bookmark URLs with parameters.

  2. The POST method should not be used when large amount of data needs to be transferred.

  3. POST allows secure data transmission over the http method.

  4. POST method sends data in the body of the request.


Correct Option: D
  1. A status of 200 to 299 signifies that the request was successful.

  2. A status of 300 to 399 are informational messages.

  3. A status of 400 to 499 indicates an error in the server.

  4. A status of 500 to 599 indicates an error in the client.


Correct Option: A

A user types the URL http://www.javaprepare.com/scwd/index.html . Which HTTP request gets generated. Select the one correct answer.

  1. GET method

  2. PUT method

  3. POST method

  4. HEAD method


Correct Option: A

Name the location of compiled class files within a war file? Select the one correct answer.

  1. /META-INF/classes

  2. /classes

  3. /WEB-INF/classes

  4. /root/classes


Correct Option: C
  1. Servlet

  2. ServletConfig

  3. Serializable

  4. ServletContext


Correct Option: D
  1. ServeltRequest

  2. HttpSession

  3. ServletConfig

  4. ServletContext


Correct Option: D
- Hide questions