What is the Use of true or false in Ajax cal using Java
Script?
Answer Posted / 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 |
Post New Answer View All Answers
What are the different boolean operators in JavaScript?
How to get the contents of an input box using javascript?
What is the difference between "var" and "let" keywords?
What is difference between scripting and programming?
What is the purpose of local variables?
What is object freeze?
What is null in js?
What is the function of delete operator?
Why is javascript good for websites?
What is arguments object in JavaScript?
Which built-in method returns the index within the calling string object of the first occurrence of the specified value?
How long does it take to get good at javascript?
Write a program to exaplain the deferred scripts using event handlers in javascript.
What are the data types available in javascript? Explain
Is it safe to use javascript?