iOS Interview questions


Total available count: 30
Subject - Mobile Technologies
Subsubject - iOS

What do you know about Synchronous connection?

Synchronous connection is one of the way of using NSURLConnection class. It  will block the calling thread while downloading content and doing its communication.




Next 5 interview question(s)

1
What do you know about Asynchronous connection?
2
In how many ways we can use NSURLConnection class and name them?
3
Name the different type of NSURLConnection Protocols?
4
What do you know about NSURLConnection?
5
Differentiate Background and Suspended execution states?