Difference between JavaScript and AJAX
Write basic difference between JavaScript and AJAX ?
Expert
The difference between JavaScript and AJAX are shown below:
1. AJAX does not need the page to refresh for downloading complete page whereas JavaScript administer and controls the Web page after being downloaded.
2. AJAX minimizes overload on server since script requires to request once whereas JavaScript posts request which updates script every time.
3. AJAX sends request to server and does not wait for response. It executes other operations on a page at that time. JavaScript make request to a server and waits for the response.
What real-life experience have you gained along with Software Quality Assurance as well as Software Quality Control?
Define the term Host system: It is a computer system on which a process is executed or run.
Uninitialized variable: It is a local variable which been declared, however has had no value allocated to it. The compiler will warn of variables that are employed before being initialized.
Increment operator: The operator (++) which adds one to its operand. It consists of two forms: pre-increment (++x) and post-increment (x++). In its pre-increment form, the outcome of the expression is the value of its argument subsequent to the increm
Give some instances of XML DTDs or schemas which you have worked with?
Name the various controls of ASP.NET AJAX?
Write the benefits of DLR?
Normal 0 false false
Q. What is the use of making a method private inside
You were specified a chance to implement either inspections or walkthroughs. Based upon your personal experience that one would you decide? Please share your reason?
18,76,764
1947906 Asked
3,689
Active Tutors
1421588
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!