🎴 Flashcard Mode
Enterprise JavaBeans and Java Web Development
Card1 / 15
Mastered0
Review0
QuestionClick to flip
With which of the following can you use JavaScript and DHTML to immediately update the UI, when you click a button and spawn an asynchronous request to the server to perform an update or query a database?
AnswerClick to flip back
A
Ajax
💡 Explanation:
With Ajax, when a user clicks a button, you can use java script and DHTML to immediately update the UI, and spawn an asynchronous request to the server to perform an update or query a database.