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

The & and | operators always evaluate

  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

Code visibility revolves around whether code in one class can

  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 'New Transport & Correction Screen'?

  1. SE01

  2. SE03

  3. SE09

  4. SE10


Correct Option: D

what is the transaction code for 'WorkBench Organizer' ?

  1. SE08

  2. SE09

  3. SE10

  4. SE11


Correct Option: B

what is the transaction code for 'Table Browser' ?

  1. SE14

  2. SE15

  3. SE16

  4. SE16N


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
  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

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