Tag: web technology

Questions Related to web technology

Choose the order of the main page events.

  1. Load, Init, Render, Unload

  2. Init, Pre-Render, Load, Unload

  3. Init, Load, Pre-Render, Unload

  4. Load, Init, Pre-Render, Unload


Correct Option: C

Which feature of ASP.NET 2.0 enables you to submit a form and have all the control values of the form post to another page?

  1. ViewState

  2. Pre-Render

  3. PostBack

  4. Cross-Page Posting


Correct Option: D

The ASP.NET 2.0 Application Folder used to store your classes, .wsdl files and typed datasets is,

  1. \App_Code

  2. \App_Data

  3. \App_Theme

  4. \App_Browsers


Correct Option: A

When an ejbCreate<method> method is invoked, what other methods mustthe container invoke?

  1. ejbActivate()

  2. ejbStore()

  3. ejbFindByPrimaryKey()

  4. ejbPostCreate()


Correct Option: D