Tag: technology

Questions Related to technology

Given: 1. public class Blip { 2. protected int blipvert(int x) { return 0; } 3. } 4. class Vert extends Blip { 5. // insert code here 6. } Which five methods, inserted independently at line 5, will compile? (Choose five.)

  1. public int blipvert(int x) { return 0; }

  2. protected long blipvert(int x, int y) { return 0; }

  3. private int blipvert(long x) { return 0; }

  4. protected long blipvert(int x) { return 0; }

  5. protected int blipvert(long x) { return 0; }

  6. protected long blipvert(long x) { return 0; }


Correct Option: A,B,C,E,F
  1. Has-a relationships should never be encapsulated.

  2. Has-a relationships should be implemented using inheritance.

  3. Has-a relationships can be implemented using instance variables.

  4. Is-a relationships can be implemented using the extends keyword.

  5. Is-a relationships can be implemented using the implements keyword.

  6. An array or a collection can be used to implement a one-to-many has-a relationship.


Correct Option: C,D,E,F
  1. Media Player 9

  2. Flash Player 9

  3. Media Player 8

  4. Flash Player 8


Correct Option: B
  1. Java Script & xml

  2. xml & Action Script

  3. mxml & Action Script

  4. mxml & Java Script


Correct Option: C
  1. Java

  2. Eclipse

  3. EditPlus

  4. TextPad


Correct Option: B
  1. Datasets

  2. HashTable

  3. StackGroup

  4. Accordian


Correct Option: D
  1. Rich Internet Applications

  2. Reach Internet Application

  3. Rich & Inteligent Application

  4. Reach & Inteligent Application


Correct Option: A
  1. Radio

  2. DeskTop

  3. Television

  4. MusicPlayer


Correct Option: A