Wednesday, June 2, 2010

Example on try and catch

1 comment:

  1. 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 case
    if(obj != null)
    {
    int i=(int) obj
    }
    wat do u say?

    ReplyDelete