Home
About Us
Contact Us
Bookmark
Saved Bookmarks
Current Affairs
General Knowledge
Chemical Engineering
UPSEE
BSNL
ISRO
BITSAT
Amazon
ORACLE
Verbal Ability
→
REST API Interview Questions
→
JAX-RS Interview Questions in REST API Interview Questions
→
What are the differences between REST and AJAX?
1.
What are the differences between REST and AJAX?
Answer»
REST
AJAX
REST-
REPRESENTATIONAL
State Transfer
AJAX - Asynchronous javascript and XML
REST has a URI for accessing
RESOURCES
by means of a request-response pattern.
AJAX uses XMLHttpRequest object to send
REQUESTS
to the server and the response is interpreted by the Javascript code dynamically.
REST is an architectural pattern for
DEVELOPING
client-server communication systems.
AJAX is used for dynamic updation of UI without the need to reload the page.
REST requires the interaction between client and server.
AJAX supports asynchronous requests thereby
ELIMINATING
the necessity of constant client-server interaction.
Show Answer
Discussion
No Comment Found
Post Comment
Related InterviewSolutions
What is the difference between idempotent and safe HTTP methods?
How does HTTP Basic Authentication work?
What is the maximum payload size that can be sent in POST methods?
How can you test RESTful Web Services?
Is it possible to send payload in the GET and DELETE methods?
What is Payload in terms of RESTful web services?
Should we make the resources thread safe explicitly if they are made to share across multiple clients?
Can we implement transport layer security (TLS) in REST?
We can develop webservices using web sockets as well as REST. What are the differences between these two?
Based on what factors, you can decide which type of web services you need to use - SOAP or REST?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies