What is the use of REST in java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is the use of REST in java

Briefly explain RESTFull webservices in java

10th Apr 2017, 7:53 PM
Sbk0103
Sbk0103 - avatar
1 Answer
+ 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/
11th Apr 2017, 4:08 AM
Eranga
Eranga - avatar