The Artima Developer Community
Sponsored Link

Java Buzz Forum
Would you like using() in Java?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
Would you like using() in Java? Posted: Jul 8, 2004 4:52 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: Would you like using() in Java?
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement
I have been talking to a bunch of people here and there about C#/.NET and Java. People either seem to love of hate the using() statement in C# One end of the spectrum: Uh. Is try {} finally {} that hard? to the other: I don't know how I lived without the convenience. It is just so nice to be able to use the using paradigm. You get used to having classed that implement IDisposable and everything gets taken care of for you. I personally kinda like it. However I would rather just have closures in the language, as they can take care of this stuff for you... and much much much much more. What do you think?

Read: Would you like using() in Java?

Topic: Qualcomm Hits 3 Year High Previous Topic   Next Topic Topic: Session on The Groovy Programming Language

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use