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 |
How does system arraycopy work in java?
Is arraylist an object in java?
What is the meaning of variables in research?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
Is multiple inheritance supported by java?
Explain the difference between extends thread vs implements runnable in java?
Explain the hierarchy of java exception classes?
Difference between notify() method and notifyall() method in java?
State the main difference between c++ and java?
How to instantiate member inner class?
Is treeset sorted in java?
What is collection class in java? List down its methods and interfaces.