Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #11781 > unrolled thread
| Started by | Paka Small <paka-en@tumia.org> |
|---|---|
| First post | 2012-02-05 08:56 -0800 |
| Last post | 2012-02-08 16:05 +0100 |
| Articles | 17 — 9 participants |
Back to article view | Back to comp.lang.java.programmer
Poll: Is a Java Method an Instance of the Java Class java.lang.reflect.Method? Please reply with YES or NO. Paka Small <paka-en@tumia.org> - 2012-02-05 08:56 -0800
Re: Poll: Is a Java Method an Instance of the Java Class java.lang.reflect.Method? Please reply with YES or NO. Lew <lewbloch@gmail.com> - 2012-02-05 11:38 -0800
Re: Poll: Is a Java Method an Instance of the Java Class java.lang.reflect.Method? Please reply with YES or NO. Paka Small <paka-en@tumia.org> - 2012-02-05 14:53 -0800
Re: Poll: Is a Java Method an Instance of the Java Class java.lang.reflect.Method? Please reply with YES or NO. Lew <lewbloch@gmail.com> - 2012-02-06 01:55 -0800
Re: Poll: Is a Java Method an Instance of the Java Class java.lang.reflect.Method? Please reply with YES or NO. Paka Small <paka-en@tumia.org> - 2012-02-06 11:57 -0800
Re: Poll: Is a Java Method an Instance of the Java Class java.lang.reflect.Method? Please reply with YES or NO. Lew <lewbloch@gmail.com> - 2012-02-06 17:14 -0800
Re: Poll: Is a Java Method an Instance of the Java Class java.lang.reflect.Method? Please reply with YES or NO. Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2012-02-07 09:52 -0800
Re: Poll: Is a Java Method an Instance of the Java Class java.lang.reflect.Method? Please reply with YES or NO. Joshua Cranmer <Pidgeot18@verizon.invalid> - 2012-02-06 23:54 -0600
Re: Poll: Is a Java Method an Instance of the Java Class java.lang.reflect.Method? Please reply with YES or NO. Patricia Shanahan <pats@acm.org> - 2012-02-06 21:58 -0800
Re: Poll: Is a Java Method an Instance of the Java Class java.lang.reflect.Method? Please reply with YES or NO. Paul Cager <paul.cager@googlemail.com> - 2012-02-07 02:41 -0800
Re: Poll: Is a Java Method an Instance of the Java Class java.lang.reflect.Method? Please reply with YES or NO. Patricia Shanahan <pats@acm.org> - 2012-02-07 09:35 -0800
Re: Poll: Is a Java Method an Instance of the Java Class java.lang.reflect.Method? Please reply with YES or NO. Lew <lewbloch@gmail.com> - 2012-02-07 10:59 -0800
Re: Poll: Is a Java Method an Instance of the Java Class java.lang.reflect.Method? Please reply with YES or NO. Leif Roar Moldskred <leifm@dimnakorr.com> - 2012-02-07 01:09 -0600
Re: Poll: Is a Java Method an Instance of the Java Class java.lang.reflect.Method? Please reply with YES or NO. Paul Cager <paul.cager@googlemail.com> - 2012-02-07 03:01 -0800
Re: Poll: Is a Java Method an Instance of the Java Class java.lang.reflect.Method? Please reply with YES or NO. Mayeul <mayeul.marguet@free.fr> - 2012-02-07 12:13 +0100
Re: Poll: Is a Java Method an Instance of the Java Class java.lang.reflect.Method? Please reply with YES or NO. Lew <lewbloch@gmail.com> - 2012-02-07 11:04 -0800
Re: Poll: Is a Java Method an Instance of the Java Class java.lang.reflect.Method? Please reply with YES or NO. Wanja Gayk <brixomatic@yahoo.com> - 2012-02-08 16:05 +0100
| From | Paka Small <paka-en@tumia.org> |
|---|---|
| Date | 2012-02-05 08:56 -0800 |
| Subject | Poll: Is a Java Method an Instance of the Java Class java.lang.reflect.Method? Please reply with YES or NO. |
| Message-ID | <7747b7da-e579-4514-bdff-a9eb8842cc51@l16g2000vbl.googlegroups.com> |
Hi, Poll: Is a Java Method an Instance of the Java Class java.lang.reflect.Method? Please put YES or NO as the first word in your reply. Add comments after it if you wish. I'll make a YES/NO count after some time. Kind regards, Paka
[toc] | [next] | [standalone]
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Date | 2012-02-05 11:38 -0800 |
| Message-ID | <23822119.1928.1328470685151.JavaMail.geo-discussion-forums@prak33> |
| In reply to | #11781 |
Paka Small wrote: > Poll: Is a Java Method an Instance of the Java Class > java.lang.reflect.Method? It's not subject to vote. It's defined by the language. You might as well ask, "Is 'int' a primitive or a reference type?". Your vote will not change reality. > Please put YES or NO as the first word in your reply. Add comments > after it if you wish. > > I'll make a YES/NO count after some time. And what exactly do you hope to accomplish by this exercise? Distinguish who knows Java from those who don't? A method is not a class, and a class is not a method. That's reality in Java. The law of gravity is not subject to repeal by opinion, and neither is this. Instead of wasting your time and trying to waste ours conducting meaningless polls, why don't you read the material linked upthread and learn the truth for yourself? Learn the truth and it will set you free, or at least keep you from making errors like claiming that methods and classes are the same in Java. -- Lew
[toc] | [prev] | [next] | [standalone]
| From | Paka Small <paka-en@tumia.org> |
|---|---|
| Date | 2012-02-05 14:53 -0800 |
| Message-ID | <15201988-a174-4359-9f40-3fb04b6178bd@18g2000yqe.googlegroups.com> |
| In reply to | #11784 |
On 5 feb, 20:38, Lew <lewbl...@gmail.com> wrote: > Paka Small wrote: > > Poll: Is a Java Method an Instance of the Java Class > > java.lang.reflect.Method? > > It's not subject to vote. It's defined by the language. You might as well ask, "Is 'int' a primitive or a reference type?". Your vote will not change reality. > > > Please put YES or NO as the first word in your reply. Add comments > > after it if you wish. > > > I'll make a YES/NO count after some time. > > And what exactly do you hope to accomplish by this exercise? Distinguish who > knows Java from those who don't? > > A method is not a class, and a class is not a method. That's reality in Java. > The law of gravity is not subject to repeal by opinion, and neither is this. > > Instead of wasting your time and trying to waste ours conducting meaningless > polls, why don't you read the material linked upthread and learn the truth for > yourself? > > Learn the truth and it will set you free, or at least keep you from making > errors like claiming that methods and classes are the same in Java. > > -- > Lew Dear Lew, You write "> Learn the truth and it will set you free, or at least keep you from making > errors like claiming that methods and classes are the same in Java.". Nowhere and never I have stated that methods are classes. Again please have the decency not to put words in my mouth! Or show me where I have claimed that methods and classes are the same. What I have put forward here in this poll and in an earlier discussion is that a Java Method is an Instance of the Java Class java.lang.reflect.Method. I'm glad you finally admit to this truth. Kind regards, Paka
[toc] | [prev] | [next] | [standalone]
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Date | 2012-02-06 01:55 -0800 |
| Message-ID | <5572576.2320.1328522100332.JavaMail.geo-discussion-forums@prie27> |
| In reply to | #11786 |
Paka Small wrote: > Nowhere and never I have stated that methods are classes. Again please have > the decency not to put words in my mouth! Or show me where I have claimed > that methods and classes are the same. I answered that in the other thread, quoting you precisely saying exactly that. > What I have put forward here in this poll and in an earlier discussion > is that a Java Method is an Instance of the Java Class > java.lang.reflect.Method. I'm glad you finally admit to this truth. A Java method is not an instance of the Java class java.lang.reflect.Method. A method is not an instance of anything in Java. You saying that I "finally admit to this truth" doesn't change what I am saying, nor the truth. You are mistaken. I have pointed you to the correct documentation. Quite frankly I am mystified by your obstinance. The truth is the truth. Why is it unpleasant to learn the truth? You seem to have so much invested in promulgating this canard that a method is an instance of a class, or that it is a class, or that a method is an instance of 'Method'. None of those statements are true. -- Lew
[toc] | [prev] | [next] | [standalone]
| From | Paka Small <paka-en@tumia.org> |
|---|---|
| Date | 2012-02-06 11:57 -0800 |
| Message-ID | <6cef9e71-ae9d-4f90-aa90-06467cdf896f@b18g2000vbz.googlegroups.com> |
| In reply to | #11790 |
On 6 feb, 10:55, Lew <lewbl...@gmail.com> wrote:
> Paka Small wrote:
> > Nowhere and never I have stated that methods are classes. Again please have
> > the decency not to put words in my mouth! Or show me where I have claimed
> > that methods and classes are the same.
>
> I answered that in the other thread, quoting you precisely saying exactly that.
>
> > What I have put forward here in this poll and in an earlier discussion
> > is that a Java Method is an Instance of the Java Class
> > java.lang.reflect.Method. I'm glad you finally admit to this truth.
>
> A Java method is not an instance of the Java class java.lang.reflect.Method. A
> method is not an instance of anything in Java. You saying that I "finally admit
> to this truth" doesn't change what I am saying, nor the truth.
>
> You are mistaken. I have pointed you to the correct documentation.
>
> Quite frankly I am mystified by your obstinance. The truth is the truth. Why is
> it unpleasant to learn the truth? You seem to have so much invested in
> promulgating this canard that a method is an instance of a class, or that it is
> a class, or that a method is an instance of 'Method'. None of those statements
> are true.
>
> --
> Lew
Hi,
Example code proving beyond any doubt that a method is an instance of
the class java.lang.reflect.Method in Java:
public final void setValue(BaseObject baseObject, Object value) {
java.lang.reflect.Method setMethod = null;
try {
setMethod =
baseObjectClass.getJavaClass().getMethod(this.getSetMethodName(), new
Class[]{this.type});
} catch (NoSuchMethodException ex) {
Logger.getLogger(BaseObjectAttribute.class.getName()).log(Level.SEVERE,
null, ex);
} catch (SecurityException ex) {
Logger.getLogger(BaseObjectAttribute.class.getName()).log(Level.SEVERE,
null, ex);
}
try {
setMethod.invoke(baseObject, new Object[]{value});
} catch (IllegalAccessException ex) {
Logger.getLogger(BaseObjectAttribute.class.getName()).log(Level.SEVERE,
null, ex);
} catch (IllegalArgumentException ex) {
Logger.getLogger(BaseObjectAttribute.class.getName()).log(Level.SEVERE,
null, ex);
} catch (InvocationTargetException ex) {
Logger.getLogger(BaseObjectAttribute.class.getName()).log(Level.SEVERE,
null, ex);
}
}
Kind regards, Paka
[toc] | [prev] | [next] | [standalone]
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Date | 2012-02-06 17:14 -0800 |
| Message-ID | <11307603.6.1328577286070.JavaMail.geo-discussion-forums@pbcsk4> |
| In reply to | #11792 |
Paka Small wrote: > Example code proving beyond any doubt that a method is an instance of > the class java.lang.reflect.Method in Java: Posting the same code twice does not make your point any less false. -- Lew
[toc] | [prev] | [next] | [standalone]
| From | Daniel Pitts <newsgroup.nospam@virtualinfinity.net> |
|---|---|
| Date | 2012-02-07 09:52 -0800 |
| Message-ID | <fxdYq.20407$Sh7.18854@newsfe15.iad> |
| In reply to | #11792 |
On 2/6/12 11:57 AM, Paka Small wrote:
> On 6 feb, 10:55, Lew<lewbl...@gmail.com> wrote:
>> Paka Small wrote:
>>> Nowhere and never I have stated that methods are classes. Again please have
>>> the decency not to put words in my mouth! Or show me where I have claimed
>>> that methods and classes are the same.
>>
>> I answered that in the other thread, quoting you precisely saying exactly that.
>>
>>> What I have put forward here in this poll and in an earlier discussion
>>> is that a Java Method is an Instance of the Java Class
>>> java.lang.reflect.Method. I'm glad you finally admit to this truth.
>>
>> A Java method is not an instance of the Java class java.lang.reflect.Method. A
>> method is not an instance of anything in Java. You saying that I "finally admit
>> to this truth" doesn't change what I am saying, nor the truth.
>>
>> You are mistaken. I have pointed you to the correct documentation.
>>
>> Quite frankly I am mystified by your obstinance. The truth is the truth. Why is
>> it unpleasant to learn the truth? You seem to have so much invested in
>> promulgating this canard that a method is an instance of a class, or that it is
>> a class, or that a method is an instance of 'Method'. None of those statements
>> are true.
>>
>> --
>> Lew
>
> Hi,
>
> Example code proving beyond any doubt that a method is an instance of
> the class java.lang.reflect.Method in Java:
>
> public final void setValue(BaseObject baseObject, Object value) {
> java.lang.reflect.Method setMethod = null;
> try {
> setMethod =
> baseObjectClass.getJavaClass().getMethod(this.getSetMethodName(), new
> Class[]{this.type});
> } catch (NoSuchMethodException ex) {
>
> Logger.getLogger(BaseObjectAttribute.class.getName()).log(Level.SEVERE,
> null, ex);
> } catch (SecurityException ex) {
>
> Logger.getLogger(BaseObjectAttribute.class.getName()).log(Level.SEVERE,
> null, ex);
> }
> try {
> setMethod.invoke(baseObject, new Object[]{value});
> } catch (IllegalAccessException ex) {
>
> Logger.getLogger(BaseObjectAttribute.class.getName()).log(Level.SEVERE,
> null, ex);
> } catch (IllegalArgumentException ex) {
>
> Logger.getLogger(BaseObjectAttribute.class.getName()).log(Level.SEVERE,
> null, ex);
> } catch (InvocationTargetException ex) {
>
> Logger.getLogger(BaseObjectAttribute.class.getName()).log(Level.SEVERE,
> null, ex);
> }
> }
>
> Kind regards, Paka
java.lang.reflect.Method instances are abstracts around the details of a
method and ways of invoking Java methods. They are not themselves
methods. Methods are a "signature" + bytecode. Methods are not classes,
they are part of classes. Methods are not objects, they act on objects.
[toc] | [prev] | [next] | [standalone]
| From | Joshua Cranmer <Pidgeot18@verizon.invalid> |
|---|---|
| Date | 2012-02-06 23:54 -0600 |
| Message-ID | <jgqe9u$p0p$1@dont-email.me> |
| In reply to | #11781 |
On 2/5/2012 10:56 AM, Paka Small wrote: > Hi, > > Poll: Is a Java Method an Instance of the Java Class > java.lang.reflect.Method? ... Hell no, even if you stretch the definitions greatly. The latter class is an object which uses internal APIs to the VM to collect metadata needed for methods; it is not an instance of any internal object itself. It may be the case that it is uniqued to some internal construct representing the executable handle for a method (IIRC, there are four or five these of though, at least in OpenJDK). -- Beware of bugs in the above code; I have only proved it correct, not tried it. -- Donald E. Knuth
[toc] | [prev] | [next] | [standalone]
| From | Patricia Shanahan <pats@acm.org> |
|---|---|
| Date | 2012-02-06 21:58 -0800 |
| Message-ID | <W5adnb3rBYoCIK3SnZ2dnUVZ_vKdnZ2d@earthlink.com> |
| In reply to | #11781 |
On 2/5/2012 8:56 AM, Paka Small wrote: > Hi, > > Poll: Is a Java Method an Instance of the Java Class > java.lang.reflect.Method? > > Please put YES or NO as the first word in your reply. Add comments > after it if you wish. > > I'll make a YES/NO count after some time. > > Kind regards, Paka NO Though I think a little JLS reading would be better than a poll. Historically, JDK 1.0 had methods, but not java.lang.reflect. If methods were instances of java.lang.reflect.Method they could not have existed before the class existed. Patricia
[toc] | [prev] | [next] | [standalone]
| From | Paul Cager <paul.cager@googlemail.com> |
|---|---|
| Date | 2012-02-07 02:41 -0800 |
| Message-ID | <7048daa8-8341-4136-94e5-f51c4a54f253@dn8g2000vbb.googlegroups.com> |
| In reply to | #11799 |
On Feb 7, 5:58 am, Patricia Shanahan <p...@acm.org> wrote: > On 2/5/2012 8:56 AM, Paka Small wrote: ... > > Poll: Is a Java Method an Instance of the Java Class > > java.lang.reflect.Method? > > Historically, JDK 1.0 had methods, but not java.lang.reflect. If methods > were instances of java.lang.reflect.Method they could not have existed > before the class existed. Much as I agree with your conclusion, I'm not sure about your logic there. You could say that JDK 1.0 had java.util.Hashtable but not java.util.Map; therefore Hashtable cannot implement Map.
[toc] | [prev] | [next] | [standalone]
| From | Patricia Shanahan <pats@acm.org> |
|---|---|
| Date | 2012-02-07 09:35 -0800 |
| Message-ID | <MtydnavTds9r_azSnZ2dnUVZ_hOdnZ2d@earthlink.com> |
| In reply to | #11803 |
Paul Cager wrote: > On Feb 7, 5:58 am, Patricia Shanahan <p...@acm.org> wrote: >> On 2/5/2012 8:56 AM, Paka Small wrote: > ... >>> Poll: Is a Java Method an Instance of the Java Class >>> java.lang.reflect.Method? >> Historically, JDK 1.0 had methods, but not java.lang.reflect. If methods >> were instances of java.lang.reflect.Method they could not have existed >> before the class existed. > > Much as I agree with your conclusion, I'm not sure about your logic > there. You could say that JDK 1.0 had java.util.Hashtable but not > java.util.Map; therefore Hashtable cannot implement Map. I think an object existing before its class is a lot more problematic than a class existing before an interface it implements. Patricia
[toc] | [prev] | [next] | [standalone]
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Date | 2012-02-07 10:59 -0800 |
| Message-ID | <10931492.108.1328641178886.JavaMail.geo-discussion-forums@pbcpj6> |
| In reply to | #11803 |
On Tuesday, February 7, 2012 2:41:03 AM UTC-8, Paul Cager wrote: > On Feb 7, 5:58 am, Patricia Shanahan > wrote: > > On 2/5/2012 8:56 AM, Paka Small wrote: > ... > > > Poll: Is a Java Method an Instance of the Java Class > > > java.lang.reflect.Method? > > > > Historically, JDK 1.0 had methods, but not java.lang.reflect. If methods > > were instances of java.lang.reflect.Method they could not have existed > > before the class existed. > > Much as I agree with your conclusion, I'm not sure about your logic > there. You could say that JDK 1.0 had java.util.Hashtable but not > java.util.Map; therefore Hashtable cannot implement Map. That is a red herring. Patricia said that the existence of methods as objects would have had to predate the existence of 'Method', not that they couldn't have been retrofitted (although really they can't be - another difference from your analogy). Patricia's logic is flawless. -- Lew
[toc] | [prev] | [next] | [standalone]
| From | Leif Roar Moldskred <leifm@dimnakorr.com> |
|---|---|
| Date | 2012-02-07 01:09 -0600 |
| Message-ID | <v9udnY2HIu6kU63SnZ2dnUVZ8vOdnZ2d@giganews.com> |
| In reply to | #11781 |
Paka Small <paka-en@tumia.org> wrote: > Hi, > > Poll: Is a Java Method an Instance of the Java Class > java.lang.reflect.Method? Is a file on the filesystem an instance of java.lang.File? Is a database an instance of javax.sql.DataSource? Are you an instance of some.corporation.datamodel.Person? You're confusing a reference to the thing with the thing itself. -- Leif Roar Moldskred
[toc] | [prev] | [next] | [standalone]
| From | Paul Cager <paul.cager@googlemail.com> |
|---|---|
| Date | 2012-02-07 03:01 -0800 |
| Message-ID | <79f793c8-4015-42aa-bf10-120eb089193b@db5g2000vbb.googlegroups.com> |
| In reply to | #11781 |
No. On Feb 5, 4:56 pm, Paka Small <paka...@tumia.org> wrote: > Hi, > > Poll: Is a Java Method an Instance of the Java Class > java.lang.reflect.Method? > > Please put YES or NO as the first word in your reply. Add comments > after it if you wish. > > I'll make a YES/NO count after some time. No, Java methods are not instances of a class. java.lang.reflect.Method's Javadoc defines j.l.r.Method as: "A Method provides information about, and access to, a single method on a class or interface." If your question was rephrased as "is it useful to think of Java methods as instances of j.l.r.Method?" I'd still have to say "no". It just muddies the terminology without any noticeable benefits. It's a bit like saying "I like to regard java.util.Dates as Strings with a few additional methods".
[toc] | [prev] | [next] | [standalone]
| From | Mayeul <mayeul.marguet@free.fr> |
|---|---|
| Date | 2012-02-07 12:13 +0100 |
| Message-ID | <4f3105db$0$21838$426a74cc@news.free.fr> |
| In reply to | #11781 |
On 05/02/2012 17:56, Paka Small wrote: > Hi, > > Poll: Is a Java Method an Instance of the Java Class > java.lang.reflect.Method? > > Please put YES or NO as the first word in your reply. Add comments > after it if you wish. > > I'll make a YES/NO count after some time. NO. Rationale: I suppose by 'Java Method' the question meant 'Java method', without needless capitalization of the word 'method'. And a 'Java method' seems clearly to mean a 'method of a class in Java'. A method is not an instance of any class, in particular it is not an instance of the class java.lang.reflect.Method. Hence the answer no. Rationale for my supposition: If 'Java Method' did not mean 'Java method', the only reasonable thing it could mean instead, would be, 'an instance of the Method class in Java' and the Method class is usually assumed to be java.lang.reflect.Method. In that case, the question would be asking a tautolgy, which bears less point than anything else. -- Mayeul
[toc] | [prev] | [next] | [standalone]
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Date | 2012-02-07 11:04 -0800 |
| Message-ID | <33410681.96.1328641486659.JavaMail.geo-discussion-forums@pbcov1> |
| In reply to | #11781 |
Stefan Ram wrote: > Paka Small writes: >> Poll: Is a Java Method an Instance of the Java Class >> java.lang.reflect.Method? > It's »method«, »instance«, and »class«; > not »Method«, »Instance«, and »Class«. Right on! Case counts, Paka. Carelessness is harmful. > The JLS3 says: > > »A method declares executable code that can be invoked, > passing a fixed number of values as arguments.«, 8.4. > > (So, and when a method already declares something, > what then is a »method declaration«? The declaration > of a declaration?) Good point, Stefan. I have to conclude that "declares" in the cited passage means the usual English meaning, not the specific Java meaning. They should have said, "A method comprises executable code that ..." > JDK 1.0 and 1.1 have no reflection, so when then answer > would be »yes«, then they would have no methods. But really, Paka, taking a poll about what is real is stupid and pointless. Opinion doesn't alter reality. However, the correct, factual, real answers that you get from everyone agree with each other. What does that tell you, Paka? It's time to start arguing that there's no train bearing down on you and to step off the tracks, Paka. -- Lew
[toc] | [prev] | [next] | [standalone]
| From | Wanja Gayk <brixomatic@yahoo.com> |
|---|---|
| Date | 2012-02-08 16:05 +0100 |
| Message-ID | <MPG.299cad41249fe87c9896ed@202.177.16.121> |
| In reply to | #11781 |
In article <7747b7da-e579-4514-bdff-a9eb8842cc51 @l16g2000vbl.googlegroups.com>, paka-en@tumia.org says... > > Hi, > > Poll: Is a Java Method an Instance of the Java Class > java.lang.reflect.Method? > > Please put YES or NO as the first word in your reply. Add comments > after it if you wish. NO. Instances of java.lang.reflect.Method are objects to provide additional access to Java methods and they have not been part of the Java ecosystem until the reflection API has been introduced. The Java virtual machine does not instantiate java.lang.reflect.Method objects either, if a method call is required, not even the Java bytecode expresses something like that. I don't see why you put up a poll to answer this question, it's not disputed and it's not possible to argue about it. Kind regards, Wanja -- ..Alesi's problem was that the back of the car was jumping up and down dangerously - and I can assure you from having been teammate to Jean Alesi and knowing what kind of cars that he can pull up with, when Jean Alesi says that a car is dangerous - it is. [Jonathan Palmer] --- Posted via news://freenews.netfront.net/ - Complaints to news@netfront.net ---
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.programmer
csiph-web