Describe limitations of AJAX
Briefly describe the limitations of AJAX.
Expert
The limitations of AJAX are as follows:
• Response time can be slow since different controls of the page are loaded during different time.
• Function provided in a code-behind file does not work as dynamic pages cannot register themselves on the browsers history engine automatically.
• If JavaScript is disabled, then AJAX will not be able to carry out any work.
• It is hard to bookmark the particular state of an application.
Normal 0 false false
What should I do when installation fails whilst trying to install a Java™ Verified application to a certain S60 device?
Define the term Stack trace: It is a display of the runtime stack.
Define the process group?
Command-line argument: The arguments passed to a program whenever it is run. The Java program receives such in the single formal argument to its major method: public static void main(String[] args)
Relative filename: It is a filename whose full path is associative to some point within a file system tree-frequently the present working folder (that is, directory). For example:
Return statement: It is a statement employed to terminate the execution of the method. The method with void return type might only have return statements of the form as: return;
What is the difference among a self-created certificate, Symbian Signed and a Symbian developer certificate?
Octal character constant: It is a character constant in the form of \ddd, where each d is an octal digit. This might be employed for characters with a Unicode value in the range of 0 to 255.
Cascading if-else statement: A form of if-else statement in which all else-part (apart from the last) comprises of a further nested if-else statement. Employed to overcome the trouble of textual drift frequently related with nested if statements.
18,76,764
1944234 Asked
3,689
Active Tutors
1438977
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!