What is parsing? Mention which class can you use for parsing of xml in iphone?
Answer / Ashish Gupta
Parsing refers to the process of analyzing a data stream and converting it into native objects. For XML parsing in iPhone, you can use the NSXMLParser or SBXML classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between atomic and nonatomic synthesized properties?
What is an accessor method?
Are callbacks closures?
What is atomic property?
What is a process and thread?
Is objective c deprecated?
What is the difference between nsdictionary and nsmutabledictionary?
What is delegation protocol?
Explain what is data encapsulation in objective-c?
What are the different types of identifiers?
What are some of the major differences between objective c and swift?
Does objective c support multiple inheritance?