0

web technology Online Quiz - 27

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

Which in-built control of Silverlight is used for accessing / moving to various pages?

  1. Navigation Control

  2. Menu Control

  3. CoolMenu Control

  4. Third-party/ Custom Control


Correct Option: A,B
  1. Increase Application performance

  2. Memory Management

  3. Lightweight extensible dependency injection container

  4. None of these


Correct Option: C

STRUCTS CAN HAVE CONSTRUCTORS

  1. True

  2. False


Correct Option: A

JAVA SCRIPTS CAN HAVE RETURN STMT IN FINALLY BLOCK

  1. True

  2. False


Correct Option: A

POINTERS CAN BE USED UNDER WHICH SPECIFIER

  1. PRIVATE

  2. PROTECTED

  3. PUBLIC

  4. ALL


Correct Option: A
  1. Sun Microsystems

  2. IBM

  3. Apache Software Foundation

  4. Oracle Corporation


Correct Option: C

Primary benefits of wicket framework are__.

  1. Clean separation of concerns between HTML and Java

  2. Automated state management

  3. conjunction with JSP and custom tag libraries

  4. Abstraction away from Servlet API and HTTP protocol details


Correct Option: A,B,D

Select appropriate reasons those make struts framework outdated.

  1. It is not particularly object-oriented.

  2. You work with hierarchies of components and design your application as such.

  3. Unless you output HTML directly from your Java code you still need to learn another major technology JSP plus custom tag libraries in order to produce output HTML pages.

  4. A very clean object-oriented and component based approach.


Correct Option: A,C

Select appropriate answers those solves the main problems with the struts philosophy.

  1. Each Action class defines an abstraction, but the abstraction is determined by the HTTP procotol request mechanism rather than by an object-oriented analysis

  2. Wicket is fully object-oriented. You work with hierarchies of components and design your application as such.

  3. Wicket markup files are as close to pure HTML as it is possible to get. Where Wicket does introduce content into the markup it is very clean and complies with all XHTML standards

  4. Wicket is based around intercepting each HTTP request to a web application and directing it to a specific Action class that handles the request


Correct Option: B,C

Wicket does not hide the details of the Servlet API and the HTTP protocol.

  1. True

  2. False


Correct Option: B
  1. Component based

  2. All framework classes are based on interfaces

  3. Pure Java + Pure HTML

  4. State Management


Correct Option: A,C,D

With wicket,we can get benefits of which technology even when you are using just java and just HTML.

  1. JSP

  2. Servlets

  3. Ajax

  4. Applet


Correct Option: C
  1. Infrastructure

  2. Global catalogue

  3. PDC

  4. RID


Correct Option: B
- Hide questions