Which two statements are true regarding the RestTemplate class? (Choose two.)
Select all that apply, then click Submit answer.
-
○
It supports asynchronous non-blocking model.
-
○
It automatically supports sending and receiving Java objects.
-
○
It provides convenience methods for writing REST clients.
-
○
It provides convenience methods for writing REST services.
-
○
Sending an HTTP request with a custom header is not possible when using RestTemplate.