Tag: architecture

Questions Related to architecture

  1. Apache Tomact

  2. Bea WebLogic

  3. Servlets

  4. JSP Engine


Correct Option: A,B,D
  1. HttpServletRequest getParameter(...) retrieves the parameter value from the request

  2. HttpServletResponse getAttribute(...) retrieves the attribute value from the response

  3. HttpServletResponse getParameter(...) retrieves the parameter value from the response

  4. HttpServletRequest setParameter(...) sets the parameter value to the request


Correct Option: A
  1. void setContext()

  2. void ejbLoad()

  3. void ejbDelete()

  4. void ejbEvict()


Correct Option: B

----- cannot have local or remote interfaces?

  1. EntityBean

  2. StatefulSession Bean

  3. MessageDrivenBean

  4. StatelessSessionBean


Correct Option: C