Thursday, August 8, 2013

What is the purpose of the finally clause of a try-catch-finally statement?

Commonly Asked Interview Questions-What is the purpose of the finally clause of a try-catch-finally statement?

What is the purpose of the finally clause of a try-catch-finally statement?

The finally clause is used to provide the capability to execute code no matter
whether or not an exception is thrown or caught.

Upload UIImage as base64 String

Upload UIImage as Base64 String (Upload UIImage as string) //Select Pic From Camera or Gallery       @objc func btnPro...