B. It automatically supports sending and receiving Java objects.
True. RestTemplate is designed to work with Java objects and can automatically serialize and deserialize them to and from HTTP request and response bodies using message converters. You can configure it to work with different data formats such as JSON or XML.
C. It provides convenience methods for writing REST clients.
True. RestTemplate provides various convenience methods for making HTTP requests to RESTful services, including GET, POST, PUT, DELETE, etc. It simplifies the process of making REST calls.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Eymet
8 months, 3 weeks agojames2033
11 months agoqqoo
12 months agozakupower
1 year, 3 months ago