What is the Use of true or false in Ajax cal using Java
Script?

Answers were Sorted based on User's Feedback



What is the Use of true or false in Ajax cal using Java Script?..

Answer / vicky

I believe the question is about Open
("Get/Post","url","async") method.

True : Asnynchronisation is on. We can carryon the
processing and must not wait for the result. We'll assign
the function to get data in onReadyStateChange.

False: Synchronous processing. We must wait for the result
for further processing.

Thanks,
VS

Is This Answer Correct ?    11 Yes 1 No

What is the Use of true or false in Ajax cal using Java Script?..

Answer / hari kumar

ajax is a very famous football team ,but it doesnt hav any players wit the name true or false ,hence the qn is wrong

Is This Answer Correct ?    0 Yes 6 No

What is the Use of true or false in Ajax cal using Java Script?..

Answer / dfg

dfgdsfg

Is This Answer Correct ?    3 Yes 11 No

Post New Answer

More JavaScript Interview Questions

Is it possible to use javascript to change the meta-tags of the page?

0 Answers  


What does unshift() function do in Javascript?

0 Answers  


List different ways of empty an array in javascript?

0 Answers  


What are trailing whitespace?

0 Answers  


Which built-in method combines the text of two strings and returns a new string?

0 Answers  






How to set a html document's background color?

0 Answers  


What is the use of Void(0)?

0 Answers  


name any two javascript functions which are used to convert nonnumeric values into numbers?

0 Answers  


Explain arrow functions?

0 Answers  


<script type="text/javascript"> function dispValue(e) { v = function (s) { return e.name + ': ' + s } if (e.type == "") return v(e.checked ? "" : ""); else return v(e.value); }

0 Answers  


Is it safe to use javascript?

0 Answers  


What is the role of javascript in html?

0 Answers  


Categories