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.
Who is liable for XML?
Do you feel that you are a good Extensible Style Sheet Language Transformations programmer?
Define the synchronization objects. Ansewr: A synchronization object is use to co-ordinate the execution of many threads.
Define the term Condition: It is a Boolean expression which controls a conditional statement or loop.
Explain the COM components?
Static initializer: An initializer prefixed with ‘static’ reserved word. The static initializer is stated outside the methods of its enclosing class, and might access only the static fields and methods of its enclosing class.
Describe how can Corba application has call back?
Define the term Nested class: It is a class stated within an enclosing class.
Non-modal: In this a dialog is non-modal when its parent application is not blocked from additional activity whereas the dialog is being revealed.
18,76,764
1948028 Asked
3,689
Active Tutors
1431014
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!