What is nsstring?



What is nsstring?..

Answer / Manish Kumar

NSString is a class in Foundation framework of Objective-C that provides support for working with strings. It is used to represent a sequence of characters as an object.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What is the difference between objective c and c++?

1 Answers  


Is c and objective c the same?

1 Answers  


What is differences between nsnull and nil in objective c?

1 Answers  


What are the delegate?

1 Answers  


Can objective c run on windows?

1 Answers  


Explain when to use nsarray and nsmutablearray. Which one is faster and threadsafe?

1 Answers  


What is an objective statement?

1 Answers  


Is objective c deprecated?

1 Answers  


What do you understand by protocol?

1 Answers  


Tell us the result when you invoke a particular method on a nil pointer?

1 Answers  


Is objective c type safe language?

1 Answers  


How do I create a bridging header file?

1 Answers  


Categories