Questions

  1. What object should you use to make web requests?

a) URLSession.
b) URLRequest.
c) WebTask.

  1. How are web requests executed?

a) Asynchronously.
b) Synchronously.

  1. What is a typealias?

a) A closure callback.
b) A tuple.
c) An alias for any other type, for instance a callback.

  1. What happens if you use managed objects on the wrong thread?

a) Nothing.
b) They won't save.
c) Your app might crash.

  1. Which object do you need if you make an HTTP POST request?

a) POSTURLRequest.
b) URLRequest.
c) POSTRequest.

  1. What is ATS?

a) An encryption protocol.
b) Apple's way to enforce secure web requests.
c) Apple's name for HTTPS.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.221.53.209