0

programming languages Online Quiz - 29

Description: programming languages Online Quiz - 29
Number of Questions: 20
Created by:
Tags: programming languages
Attempted 0/20 Correct 0 Score 0
  1. Evalauate on the first operand

  2. Evaluate on both operands

  3. Does nt evaluate the right operand if the left operand is true

  4. to true if both operands are true


Correct Option: B
  1. Create an instance of another class

  2. Extend( or subclass), another class

  3. Access methods and variables of another class

  4. All of the above


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

  2. static

  3. final

  4. All of the above

  5. 1 & 3

  6. 2 & 3


Correct Option: A,B,C,D,E,F

what is the transaction code for 'Dictionary Table'?

  1. SE13

  2. SE14

  3. SE15

  4. SE16


Correct Option: B

what is the transaction code for ' ABAP/4 Repository Information System'?

  1. SE80

  2. SE84

  3. SE85

  4. SE86


Correct Option: B

what is the transaction code for 'ABAP/4 Dialog Modules' ?

  1. SE38

  2. SE37

  3. SE36

  4. SE35


Correct Option: D
  1. javax.faces.renderer.Renderer

  2. javax.faces.render.Renderer

  3. javax.faces.render.Render

  4. javax.faces.renderer.Render


Correct Option: B

In order to implement a custom UI component in JSF, what does the renderer class extend from?

  1. javax.faces.renderer.Renderer

  2. javax.faces.render.Renderer

  3. javax.faces.render.Render

  4. javax.faces.renderer.Render


Correct Option: B

One of the following is an existing implemented framework of JSF. Which one is that?

  1. MyFaces

  2. IceFaces

  3. ADF Faces

  4. Option 1 and 3

  5. Option 2 and 3


Correct Option: D

Which is the latest JSF version?

  1. 1.0

  2. 1.1

  3. 1.2

  4. 1.3


Correct Option: C
  1. server side technology

  2. component oriented and event driven framework for GUI development

  3. follows MVC design pattern

  4. all of the above


Correct Option: D

An entry should be made in which file to register a JSF tag component class for writing a custom UI component

  1. web.xml

  2. *.tld

  3. faces-config.xml

  4. applicationcontext.xml


Correct Option: C

What are JSF Validators?

  1. The class that extends javax.faces.validator.Validator and validates the given input

  2. The class that implements javax.faces.validator.Validator and validates the given input

  3. The class that extends javax.faces.validate.Validator and validates the given input

  4. The class that implements javax.faces.validate.Validator and validates the given input


Correct Option: B
- Hide questions