Consider the following javascript code that is executed in


Consider the following JavaScript code that is executed in a browser:

function startAjaxQueue(){
  for (var i = 0; i < 50; i++){
  executeAjaxCallAsync();
  }
}; 

Assuming that executeAjaxCallAsync() uses a standard XmlHttpRequest asynchronously to retrieve data from server, how many concurrent HTTP requests would you expect to be created by this loop?

Request for Solution File

Ask an Expert for Answer!!
Operation Research: Consider the following javascript code that is executed in
Reference No:- TGS01300730

Expected delivery within 24 Hours