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 javascript properties?
Explain a story about javascript performance problems?
What do mean by NULL in Javascript?
What is data type in javascript?
What are types of javascript?
Name the numeric constants representing max, min values?
What are javascript objects?
What is js full form?
What is the difference between var and let?
Is javascript harmful?
How to toggle display an html element?
What e means?
What are math constants and functions using javascript?
What is the way to get the status of a CheckBox?
How do you write an event emitter base class that allows you to add event listeners?