what is the need of the Ajax?
Answers were Sorted based on User's Feedback
Answer / ram parashar
This is sth which can be used for maintaining the data
silently. Like without refreshing the whole page you can
manage a part of page.
This is very useful as it is supported by almost all of the
browsers.
| Is This Answer Correct ? | 14 Yes | 2 No |
Answer / deepak divvela
The main importance of the Ajax is no 1. need not reload the
entire page,
2.asynchronous comunication between browser and server
Deepakdivvela
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / dipil t t
This is used for maintaining the data
silently. by without refreshing the whole web page we can
manage a part of that current page page.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / sayyad khalid
Ajax is a component.where we put out controls in that.
There is one update component is provided by .NET,
This will not reload the page again.B'use of Javascript used at backend,
Its also maintain information just like view.
| Is This Answer Correct ? | 0 Yes | 1 No |
What are runtime exceptions?
What is the purpose of the system class in java programming?
What is tcp ip in java?
List methods available in Java Queue interface
what invokes a threads run() method? : Java thread
What are the files generated after using IDL to java compiler?
Is arraylist zero based?
I need to know about complete topic in java's collections i with an examples
Why are the objects immutable in java?
Hi, This is ravi i have a question like this i have string "UNDERSTAND" now i want to count the letters how many times it occures.i.e from the above string the out put should be like this U-1,N-2,D-2,E-1,R-1,S-1,T-1,A-1. how can i achieve this Thnaks in advance for your response ..
Why are pointers not secure?
What is sorting algorithm in java?