Java interview questions: - Major difference between Servlet and Restfull web service?
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...