|
INTERVIEW QUESTIONS
WEB
AJAX
DETAILS
Question: When should I use an Java applet instead of AJAX?
Answer: Applets provide a rich experience on the client side and there are many things they can do that an AJAX application cannot do, such as custom data streaming, graphic manipulation, threading, and advanced GUIs. While DHTML with the use of AJAX has been able to push the boundaries on what you can do on the client, there are some things that it just cannot do. The reason AJAX is so popular is that it only requires functionality built into the browser (namely DHTML and AJAX capabilities). The user does not need to download and/or configure plugins. It is easy to incrementally update functionality and know that that functionality will readily available, and there are not any complicated deployment issues. That said, AJAX-based functionality does need to take browser differences into consideration. This is why we recommend using a JavaScript library such as Dojo which abstracts browser differences. So the "bottom line" is: If you are creating advanced UIs where you need more advanced features on the client where you want UI accuracy down to the pixel, to do complex computations on the client, use specialized networking techniques, and where you know that the applet plugin is available for your target audience, applets are the way to go. AJAX/DHTML works well for applications where you know the users are using the latest generation of browsers, where DHTML/AJAX "good enough" for you, and where your developers have JavaScript/DHTML/AJAX skills.
|
|
|
Category |
AJAX Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.2) By 6964 users |
Added on |
9/22/2014 |
Views |
69559 |
Rate it! |
|
|
Question:
When should I use an Java applet instead of AJAX?
Answer:
Applets provide a rich experience on the client side and there are many things they can do that an AJAX application cannot do, such as custom data streaming, graphic manipulation, threading, and advanced GUIs. While DHTML with the use of AJAX has been able to push the boundaries on what you can do on the client, there are some things that it just cannot do. The reason AJAX is so popular is that it only requires functionality built into the browser (namely DHTML and AJAX capabilities). The user does not need to download and/or configure plugins. It is easy to incrementally update functionality and know that that functionality will readily available, and there are not any complicated deployment issues. That said, AJAX-based functionality does need to take browser differences into consideration. This is why we recommend using a JavaScript library such as Dojo which abstracts browser differences. So the "bottom line" is: If you are creating advanced UIs where you need more advanced features on the client where you want UI accuracy down to the pixel, to do complex computations on the client, use specialized networking techniques, and where you know that the applet plugin is available for your target audience, applets are the way to go. AJAX/DHTML works well for applications where you know the users are using the latest generation of browsers, where DHTML/AJAX "good enough" for you, and where your developers have JavaScript/DHTML/AJAX skills. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
When do I use a synchronous versus a asynchronous request?
|
View Answer
|
|
Whats with the -alpha in the install instructions?
|
View Answer
|
|
What is AJAX?
|
View Answer
|
|
Explain about the getElementsByTagName and parseResults function?
|
View Answer
|
|
Explain about clearPreviousResults?
|
View Answer
|
|
State the difference between GET and POST?
|
View Answer
|
|
Explain the disadvantage of ajax related to browser integration?
|
View Answer
|
|
What does an ajax component frameworks provides?
|
View Answer
|
|
Explain about direct ajax frameworks?
|
View Answer
|
|
Explain about the multimedia functions of ajax?
|
View Answer
|
|
Explain about web analytics problem with Java?
|
View Answer
|
|
Explain how friendly Ajax is with SEO?
|
View Answer
|
|
If there is an input in the text field what are all the functions which get executed?
|
View Answer
|
|
Explain about sending a request to the server?
|
View Answer
|
|
Explain about the readystate property?
|
View Answer
|
|
Explain about the onreadystatechange property?
|
View Answer
|
|
Explain about the Response time when we are using this language?
|
View Answer
|
|
Explain the functionality of the webpage?
|
View Answer
|
|
Explain about what is Ajax?
|
View Answer
|
|
Question :: How do I access data from other domains to create a mashup with Java?
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All AJAX Interview Questions & Answers - Exam Mode /
Learning Mode
|