Tag: technology

Questions Related to technology

  1. subjective

  2. objective

  3. evil

  4. object based


Correct Option: D
  1. Precede it with two forward slashes, i.e. '//'

  2. Precede it with an asterisk and a forward slash, i.e. '*/'

  3. Precede it with an asterisk, i.e. '*'

  4. Precede it with a forward slash and an asterisk, i.e. '/*'


Correct Option: A
  1. strings, numbers, BooBoos, and nulls

  2. strings, text, Booleans, and nulls

  3. strings, numbers, Booleans, and nulls

  4. strings, numbers, Booleans, and zeros


Correct Option: C
  1. a period of time

  2. a numerical difference

  3. a descriptive number

  4. a floating point number


Correct Option: A
  1. Member Function

  2. Same name as Class name

  3. Default constructor initializes all non-initialized fields and variables to zero.

  4. Compiler adds an empty constructor, if we do not write our own constructor


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

  2. This is hard to determine

  3. True

  4. None of the choices


Correct Option: C