Thread overview
Quick question
Mar 17, 2005
Sebastian Beschke
Mar 17, 2005
Vathix
Mar 17, 2005
J C Calvarese
March 17, 2005
Does D support the "finally" clause that java has?


March 17, 2005
Shrapnel City Bughunter schrieb:
> Does D support the "finally" clause that java has?
> 
> 
Yes.

-Sebastian
March 17, 2005
Shrapnel City Bughunter wrote:

> Does D support the "finally" clause that java has?

As in try { } catch { } finally { } ? Yes, it does.

http://www.digitalmars.com/d/statement.html#try

--anders
March 17, 2005
On Thu, 17 Mar 2005 18:13:36 +0000 (UTC), Shrapnel City Bughunter <Shrapnel_member@pathlink.com> wrote:

> Does D support the "finally" clause that java has?

Yes. This sounds like a digitalmars.D.learn question.
March 17, 2005
Shrapnel City Bughunter wrote:
> Does D support the "finally" clause that java has?

If you want to see how D compares to Java, you might want to look at these wiki pages:


http://www.prowiki.org/wiki4d/wiki.cgi?NotesForProgrammersUsedTo/JavaLanguage
"What D and Java have in common:"
...
"Feature error handling using try-catch-finally"


http://www.prowiki.org/wiki4d/wiki.cgi?JavaToD
Has numerous examples of D syntax vs. Java syntax.

-- 
Justin (a/k/a jcc7)
http://jcc_7.tripod.com/d/