Spring Study Guide – Rest1. What does REST stand for? REpresentational State Transfer. It is for stateless communication between a client(Web, Mobile, Server, etc) and a server. 2. What is a resource? An entity, model, or data that you interact with. It is basically any information, like data, Json, xml, html, file, image,…