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.
State the term DOM and how does this relate to XML?
Uniform Resource Locator: It is a Uniform Resource Locator (abbreviated as URL) expands the concept of file access from a wholly local context to one in which the resources are named uniformly, irrespective of where they may be physically situated. A
What is an Integer: It is a negative or positive whole number. The primitive types are: short, byte, int and long are utilized to hold integer values in narrower or broader ranges.
Constructor: A constructor is automatically called whenever an instance of its class is formed. A constructor always has similar name as its class, and encompass no return type. For example: public
Stream class: An input stream class is one which delivers data from its source (frequently the file system as a series of bytes. Likewise, an output stream class will write byte-level data. The stream classes must be contrasted with the operation of r
Finally clause: This is a part of try statement which is always executed, either subsequent the handling of caught exception, and normal termination of the protected statements.
Public interface: The members of a class prefixed with public access modifier. All these members are visible to each and every class in a program.
Explain the term an XHTML element attribute.
How you can develop your capability in test?
18,76,764
1944018 Asked
3,689
Active Tutors
1458323
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!