What Is Java Rest Api?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A Java REST API (RESTful API) is an application program interface (API) that uses HTTP requests to GET, PUT, POST and DELETE data. A REST API works in a similar way to a website, except instead of displaying data it allows external services to communicate with the website. It is a way for two applications to communicate with each other over the Internet in a structured and consistent manner. It is a way for a client application to access the data stored on a server, and for the server to send data back to the client.