Tag: architecture

Questions Related to architecture

  1. init()

  2. service()

  3. destroy()

  4. Above All


Correct Option: D

Servlets are multi threaded

  1. True

  2. False


Correct Option: A

In the init(ServletConfig) method of Servlet life cycle, what method can be used to access the ServletConfig object ?

  1. getServletInfo()

  2. getInitParameters()

  3. getServletConfig()

  4. None


Correct Option: C
  1. Java Server Pages

  2. Java Server Programming

  3. Java Service Pages

  4. Java Service Programming


Correct Option: A

We must have configure and map all jsp files into web.xml

  1. True

  2. False


Correct Option: B
  1. Apache Tomact

  2. Bea WebLogic

  3. Servlets

  4. JSP Engine


Correct Option: A,B,D

Choose JavaBean Actions:-

  1. useBean

  2. setProperty

  3. getProperty

  4. All


Correct Option: D

Which of the following archive files can be deployed in a Web Server?

  1. jar

  2. war

  3. jar, war

  4. jar, war, ear


Correct Option: C