Questions Related to technology

Multiple choice technology programming languages
  1. Prints : "I am false interface" followed by " I am false String"

  2. Prints : "I am true interface" followed by " I am true String"

  3. Prints : "I am true interface" followed by " I am false String"

  4. Compile-time error

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice technology programming languages
  1. Prints : MyThread: start() followed by MyRunnable:run()

  2. Prints : MyThread: run() followed by MyRunnable:start()

  3. Prints : MyThread: start() followed by MyRunnable:start()

  4. Compile time error

Reveal answer Fill a bubble to check yourself
A Correct answer
Multiple choice technology programming languages
  1. 15 0 20

  2. 15 0 15

  3. 20 0 20

  4. 0 15 20

Reveal answer Fill a bubble to check yourself
A Correct answer
Multiple choice technology programming languages
  1. 300

  2. 240

  3. 120

  4. Compilation error

Reveal answer Fill a bubble to check yourself
A Correct answer
Multiple choice technology programming languages
  1. The code won't compile

  2. "Some things are true in this world" will be printed

  3. "Hey this won't compile" will be printed

  4. None of these

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice technology programming languages
  1. Compilation error at line 5

  2. Compilation error at line 9

  3. Runtime exception at line 11

  4. None of these

Reveal answer Fill a bubble to check yourself
D Correct answer