Tag: web technology

Questions Related to web technology

  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,10)); What is The Output When The User Enters 08 in the text field ?

  1. Nan

  2. 08

  3. 0

  4. 8


Correct Option: D
  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