0

web technology Online Quiz - 124

Description: web technology Online Quiz - 124
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0

What is the extension used for web user controls in ASP.NET 2.0?

  1. .aspx

  2. asux

  3. ascx

  4. asmx


Correct Option: C

How many number of directives are found in extension used for web user controls in ASP.NET 2.0?

  1. 10

  2. 11

  3. 12

  4. 13


Correct Option: B

Which of the folowing attributes of @Page directive references code-behind file with which the page is associated?

  1. CodeFile

  2. CodePage

  3. ClassName

  4. Description


Correct Option: A

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

The Global.asax event triggered when a user requests something from the Application for the first time is,

  1. Application_Start

  2. Session_Start

  3. Application_BeginRequest

  4. Session_OnBegin


Correct Option: B

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

  1. ejbActivate()

  2. ejbStore()

  3. ejbFindByPrimaryKey()

  4. ejbPostCreate()


Correct Option: D

what is current version of datastage

  1. 7.5

  2. 8

  3. 6

  4. 7


Correct Option: A

01 WS-TOP PIC X(1) 01 WS-TOP-RED REDEFINES WS-TOP PIC X(2). If you MOVE "12" to WS-TOP-RED, DISPLAY WS-TOP will show

  1. 12

  2. 1

  3. 2

  4. 121


Correct Option: C
  1. Client UI component, Bean management, Client-side validation and Maintaining cookies

  2. UI components,Handling events, Server-side validation, Data conversion, and Page navigation

  3. It does not have any components, it is just a framework

  4. Web container, Bean container, EIS container


Correct Option: B

JSF is supporting internationalization and accessibility; and providing extensibility for all these features.

  1. True

  2. False


Correct Option: A

Who are all playing JSF Framework role?

  1. Page authors, Application developers, Component writers, Application architects, and Tools vendors

  2. Pagination, Event handling, Server-side validation and event handler

  3. Business component, web component, Bean component and Client component

  4. None of the above


Correct Option: A

A backing bean can also define methods that perform functions associated with a component.

  1. True

  2. False


Correct Option: A

What are the different kinds of Bean Scopes in JSF?

  1. Request Scope, Session Scope, Application Scope

  2. Request Scope, Session Scope, Application Scope, Page Scope

  3. Request Scope, Session Scope, Application Scope, Page Scope, Response Scope

  4. Response Scope, Session Scope, Application Scope


Correct Option: A

Where do you declare the managed beans, Message Bundle and the page navigation related stuffs in JSF?

  1. face-config.xml

  2. Web.xml

  3. Sql-mapper.xml

  4. faces-config.xml


Correct Option: A

What are the JSF life-cycle phases?

  1. Restore view, Apply request values, Process validations, Update model values, Invoke application, Render response

  2. Init, service, destroy

  3. Restore view, Process validations, Invoke application, Render response

  4. None of the above


Correct Option: A

what is Java Server Faces (JSF)?

  1. It is a database server for communication with the web applications

  2. It is a server-side user interface component framework for Java technology-based web applications

  3. It is a server-side script for accessing database

  4. It is a client-side user interface component developed,using javascript and xml


Correct Option: B
- Hide questions