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


Please Help Members By Posting Answers For Below Questions

What are the types used in javascript?

534


Does javascript support automatic type conversion?

669


How is it possible to get the total number of arguments that are passed to a function?

541


Which is better typescript or javascript?

491


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

469






Are Typescript and Javascript the same?

525


Can I learn javascript without html?

508


What is client side programming?

478


What is npm repository?

469


What is the importance of javascript?

492


java pgm for compare two vesion and print the greatest version on the console. e.g: like 1.4.2 and 1.5.2 biggest is 1.5.2 1.2.5 and 1.2.8 biggest is 1.2.8

1633


Difference between Client side JavaScript and Server side JavaScript?

566


What is meant by object oriented programming?

455


What is var and let in javascript?

497


Is Javascript a Functional Programming Language?

662