Does this finally get executed ?
From: GIMME (gimme_this_gimme_that_at_yahoo.com)
Date: 10/29/04
- Next message: Carl Howells: "Re: regex: remove file ext"
- Previous message: Tris Orendorff: "Re: Best references for buidling a webcrawler"
- Next in thread: Tony Morris: "Re: Does this finally get executed ?"
- Reply: Tony Morris: "Re: Does this finally get executed ?"
- Reply: VisionSet: "Re: Does this finally get executed ?"
- Reply: Ann: "Re: Does this finally get executed ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Oct 2004 13:59:44 -0700
Psuedo code ...
Does sc.close() get executed ?
public static Employee get(int id ) throws Exception
{
try {
SomeConnection sc = new SomeConnection();
return new Employee();
}finally {
sc.close();
}
- Next message: Carl Howells: "Re: regex: remove file ext"
- Previous message: Tris Orendorff: "Re: Best references for buidling a webcrawler"
- Next in thread: Tony Morris: "Re: Does this finally get executed ?"
- Reply: Tony Morris: "Re: Does this finally get executed ?"
- Reply: VisionSet: "Re: Does this finally get executed ?"
- Reply: Ann: "Re: Does this finally get executed ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]