Free Tutorials
If u r use try catches for each method or function then wat abt page performance?i preper to avoid try cathes and try to rectify the error. in ur caseif(obj != null){int i=(int) obj}wat do u say?
If u r use try catches for each method or function then wat abt page performance?
ReplyDeletei preper to avoid try cathes and try to rectify the error. in ur case
if(obj != null)
{
int i=(int) obj
}
wat do u say?