Tag: web 2.0

Questions Related to web 2.0

ilogElixir is a product of

  1. Adobe

  2. Yahoo

  3. IBM

  4. Microsoft


Correct Option: C

Save method FileReference is avalable only from

  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

How to create an XMLHttpRequest Object in IE5 and IE6

  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