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.
Define the term Address space: The region of virtual memory in which a procedure is run.
Explain the term XForms.
Catching exceptions: Exceptions are caught in the catch clause of the try statement. Catching an exception provides the program a chance to recover from the trouble or attempt a repair for whatsoever caused it.
Normal 0 false false
Constant: It is the memory block where value can be stored once although can’t modify later on throughout program execution. Example: const int pi =3.14;
State the term GPO links? Explain.
Software reuse: It is the ability to reuse software components in various contexts. The object-oriented languages aid to encourage reuse by their support of encapsulation.
Write the difference between collection and arrays?
Data type conversion: Conversion of one data type into the other data type. Two kind of conversion that is, A) Implicit Conversion: This is automatically taken care
Explain the major elements of the ADO object model and it’s used?
18,76,764
1953884 Asked
3,689
Active Tutors
1436451
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!