Java interview questions: - Major difference between Servlet and Restfull web service?

Published on by javainterviewseries

Servlets are API which is simple and provides capabilities to write server side components. Rest provides higher level support for writing services which are denoted by using the concept of resource which represents a concept to be addressed while representation indicates the current state of resource. Also Rest provides other facilities like separation of concerns between client and server, uniform interface,stateless,Caching capability and layered architecture.

 

View the following video on Web services: -

 

 

 

Get more on java interview questions

 

Regards

 

Visit Authors blog for more Java interview Questions

To be informed of the latest articles, subscribe:
Comment on this post
J
<br /> Good collection , here is my favorite list of servlet interview questions , I would say little difficult.<br /> <br /> <br />
Reply