+ 3
What is the use of REST in java
Briefly explain RESTFull webservices in java
1 Réponse
+ 2
FYI : REST is not specific to Java, it's related to web services in general.
"RESTful Web Services are basically REST Architecture based Web Services. In REST Architecture everything is a resource. RESTful web services are light weight, highly scalable and maintainable and are very commonly used to create APIs for web-based applications."
more info: https://www.tutorialspoint.com/restful/