iOS Interview questions


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

What do you know about Asynchronous connection?

Asynchronous connection is one of the way of using NSURLConnection class. It will creates new thread and perform its download process on the new thread.




Next 5 interview question(s)

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