Hi All !! Frnds any body Please tell me When a process is in Synchronized block and Exception genrate which is catch after synchronized block .Will this process releinquish all resource which it has in synchonized block
Example :- connection con=..; PreparedStatement pstmt=.... synchronized(this) { -----
pstmt.executeUpdate();//SQLException genrate here
}
---- catch(here) { } //will this process unlock the table