Tag: web 2.0

Questions Related to web 2.0

If we make the third parameter in the open() method of XMLHttpRequest as false what will happen?

  1. The JavaScript will throw an error in runtime

  2. The JavaScript does not have to wait for the server response

  3. The JavaScript has to wait for the server response

  4. None of the above


Correct Option: C
  1. When readyState is 1 and status is 200

  2. When readyState is 1 and status is 400

  3. When readyState is 4 and status is 200

  4. When readyState is 4 and status is 400


Correct Option: C
  1. Personal Hypertext Processor

  2. Personal Home Page

  3. Hypertext Preprocessor

  4. Private Home Page


Correct Option: C
  1. Sanibel

  2. Florida

  3. Rasmus Lerdorf

  4. Kaushalam


Correct Option: C
  1. "Hello World";

  2. echo "Hello World";

  3. Document.Write("Hello World");

  4. print("Hello World");


Correct Option: B
  1. VBScript

  2. JavaScript

  3. Perl and C

  4. Java


Correct Option: C
  1. $_GET[];

  2. Request.QueryString;

  3. Request.Form;

  4. $_POST[];


Correct Option: A