Tag: web 2.0

Questions Related to web 2.0

  1. Adobe

  2. Yahoo

  3. IBM

  4. Microsoft


Correct Option: C
  1. Flash Player 8

  2. Flash Player 9

  3. Flash Player 10

  4. Flash Player 11


Correct Option: C
  1. Nature of Task

  2. Tasks and Workflow

  3. Data Volume

  4. All of the above


Correct Option: D
  1. Breaks free of link and page metaphor

  2. Slow page refresh

  3. Progressively loading content

  4. None of the Above


Correct Option: A
  1. xmlhttp=new XMLHttpRequest();

  2. xmlhttp=new XMLHttpRequest("Microsoft.XMLHTTP");

  3. xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");

  4. IE5 and IE6 do not support XMLHttpRequest


Correct Option: C
  1. xmlhttp.get("OPEN","samplePageUrl",true);

  2. xmlhttp.open("GET","samplePageUrl",true);

  3. xmlhttp.post("OPEN","samplePageUrl",true);

  4. xmlhttp.open("POST","samplePageUrl",true);


Correct Option: B,D

While using POST request in AJAX what is the size limit of data that you can sent to the server?

  1. 4KB

  2. 64KB

  3. 256KB

  4. No size limit


Correct Option: D