Ajax separates the user interaction portion of an application from its server interaction, enabling both to proceed ________.
a. synchronously.
b. asynchronously in parallel.
c. without any interaction whatsoever.
d. None of the above.
b. asynchronously in parallel.
Computer Science & Information Technology
You might also like to view...
Which of the following statements appropriately defines a C-string that stores names of up to 25 characters?
a. char name[25]; b. string name[25]; c. char name[26]; d. string name[24]; e. None of these
Computer Science & Information Technology
When designing a brochure system, what is one main goal?
What will be an ideal response?
Computer Science & Information Technology