0

web technology Online Quiz - 58

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

  2. CurrencyFormat 

  3. NumberFormat 

  4. StringBuffer


Correct Option: C
  1. SessionTimeoutIndicator

  2. SessionTotalTimedoutIndicator

  3. SessionTotalTimeOutIndicator

  4. SessionTimedoutIndicator


Correct Option: A
  1. out class refers to the output stream for the http page 

  2. page class refers to the page Servlet interface 

  3. pageContext refers to the pages Servlet interface 

  4. config interface refers to the servlets configuration.


Correct Option: A,B,C,D
  1. Model

  2. View

  3. Controller

  4. None of the above


Correct Option: A
  1. jspInit(), jspDestroy(), init() , destroy()

  2. init(),jspDestroy(),jspInit(),destroy()

  3. destroy(),jspDestroy(),jspInit(),init()

  4. init(),destroy(),jspInit(), jspDestroy()


Correct Option: A
  1. Objects with session scope are accessible from pages processing requests that are in the same session as the one in which they were created.

  2. It is not legal to define an object with session scope from within a page that is not session-aware.

  3. All references to the object shall be released after the associated session ends.

  4. References to objects with session scope are stored in the session object associated with the page activation.


Correct Option: A,B,C,D
  1. CLASS,PRTY,MSGLEVEL

  2. TYPRUN,NOTIFY,MSGCLS

  3. Both 1 and 2

  4. None of the above


Correct Option: C
  1. Hyper Text Makeup Language

  2. Hyper Text Markup Language

  3. Hyper Text MainframeLanguage

  4. Hyper Text Machine Language


Correct Option: B
  1. announce

  2. attribute

  3. anchor

  4. assign


Correct Option: C

What tag is used when you want to create a name for the page you are creating, so it appears in the title bar of the user’s internet browser?

  1. page

  2. title

  3. name

  4. none


Correct Option: B

What does the tag “TR” stand for?

  1. table roll

  2. table rank

  3. table row

  4. table register


Correct Option: C
- Hide questions