Which class is used to establish a connection between applications to the web server?



Which class is used to establish a connection between applications to the web server?..

Answer / Anshu Kumar

In iOS development, NSURLSession is used to establish a connection between an application and a web server. It provides a modern and flexible API for handling network tasks such as downloading data or uploading files.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

How to initialize nsmutabledictionary in objective c?

1 Answers  


Is objective c open source?

1 Answers  


Why is objective c syntax so weird?

1 Answers  


Can we create dynamic classes in objective c?

1 Answers  


What can’t we put into an array or dictionary?

1 Answers  


What is kvc and kvo? Give an example of using kvc to set value.

1 Answers  


What is a class in xcode?

1 Answers  


How do you write an objective summary?

1 Answers  


Why we use synthesize in objective c?

1 Answers  


How do you insert a block?

1 Answers  


Can you use objective c in swift?

1 Answers  


How to call a function in objective-c?

1 Answers  


Categories