Tag: web technology

Questions Related to web technology

  1. STRUTS

  2. SPRINGS

  3. DOJO

  4. FLEX


Correct Option: D
  1. CPP

  2. JAVA

  3. SMALL TALK

  4. C


Correct Option: D
  1. JAR

  2. PAR

  3. DAR

  4. WAR


Correct Option: B
  1. ZEUS

  2. JIGSAW

  3. LIGHTTP

  4. WEBLOGIC


Correct Option: D
  1. JBOSS

  2. JRUN

  3. XITAMI

  4. GLASS FISH


Correct Option: C
  1. Define a listener class implementing HttpSessionListener and whenever an object is added to Http Session object, keep track of the number of instances.

  2. Define a listener class implementing HttpSessionBindingListener and in the valueBound() method, keep track of the number of instances being added in a static variable.

  3. It is highly impossible to keep track the number of objects being added to a Http Session in a Web Application.

  4. The Servlet API provides direct support for keeping track the object instances.


Correct Option: B