64.3k views
5 votes
The Ajax applications-development methodology enables you to rapidly develop powerful software applications by combining (often free) complementary web services and other forms of information feeds.

True / False.

User Samsam
by
4.9k points

1 Answer

2 votes

Answer:

False.

Step-by-step explanation:

AJAX stands for Asynchronous Javascript And XML.It is true that it uses more than one web technologies.

But it is not used to fully develop software application.

It is used to asynchronously update web pages by exchanging data with web server working in the background.

Hence we conclude that the answer is False.

User Ian L
by
4.7k points