Re: Thumbs up for suppressable exceptions in JDK 1.7
On Sun, 2 Oct 2011, Jan Burse wrote:
Jan Burse schrieb:
Any other interesting classes that have received the
AutoCloseable interface in JDK 1.7? My IDE says that
around ~580 classes/interfaces implemented/extend
this interface!
Ok the number is so high, because in JDK 1.7 Closeable
extendes AutoCloseable. But we find classes such as
javax.sound.midi.Receiver
javax.sound.midi.MidiDevice
javax.sound.midi.Transmitter
javax.sound.sampled.Line
javax.sql.ResultSet
javax.sql.Connection
Which are genuine AutoClosable.
I believe that they automatically added AutoCloseable to every class or
interface with a no-args close() method. That's quite a few.
tom
--
Now I am thoroughly confused. -- Colin Brace sums up RT3090 support
in Linux
X-Hamster-Info: Score=0 ScoreLoad=0 ScoreSave=0 Received 111003211344
Xref: localhost comp.lang.java.programmer:29924
Path: news.ett.com.ua!feeder.erje.net!news2.arglkargh.de!news.albasani.net!news.stack.nl!.POSTED!ipv6.urchin.earth.li!twic
From: Tom Anderson <twic@urchin.earth.li>
Newsgroups: comp.lang.java.programmer
Subject: Re: Thumbs up for suppressable exceptions in JDK 1.7
Date: Mon, 3 Oct 2011 19:08:14 +0100
Organization: Stack Usenet News Service
Lines: 29
Message-ID: <alpine.DEB.2.00.1110031907410.30829@urchin.earth.li>
References: <j5ru3o$cu7$1@news.albasani.net> <j69ifh$d1b$1@news.albasani.net> <j69it4$dvh$1@news.albasani.net>
NNTP-Posting-Host: ipv6.urchin.earth.li
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-Trace: mud.stack.nl 1317665294 40226 2001:ba8:0:1b4::6 (3 Oct 2011 18:08:14 GMT)
X-Complaints-To: abuse@stack.nl
NNTP-Posting-Date: Mon, 3 Oct 2011 18:08:14 +0000 (UTC)
User-Agent: Alpine 2.00 (DEB 1167 2008-08-23)
In-Reply-To: <j69it4$dvh$1@news.albasani.net>
X-Old-Xref: news.ett.com.ua comp.lang.java.programmer:79800
On Sun, 2 Oct 2011, Jan Burse wrote:
Jan Burse schrieb:
Any other interesting classes that have received the
AutoCloseable interface in JDK 1.7? My IDE says that
around ~580 classes/interfaces implemented/extend
this interface!
Ok the number is so high, because in JDK 1.7 Closeable
extendes AutoCloseable. But we find classes such as
javax.sound.midi.Receiver
javax.sound.midi.MidiDevice
javax.sound.midi.Transmitter
javax.sound.sampled.Line
javax.sql.ResultSet
javax.sql.Connection
Which are genuine AutoClosable.
I believe that they automatically added AutoCloseable to every class or
interface with a no-args close() method. That's quite a few.
tom
--
Now I am thoroughly confused. -- Colin Brace sums up RT3090 support
in Linux
pproach any programming problem:
<http://home.earthlink.net/~patricia_shanahan/beginner.html>
That link may go away if I change ISPs. There another copy at
http://www.patriciashanahan.com/beginner.html that is ISP-independent.
Patricia
I suggest trying to find a way to make those URLs 301 redirect to your
new homepage (if possible). That would at least update google to point
to the right place.