Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!border3.nntp.dca.giganews.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.earthlink.com!news.earthlink.com.POSTED!not-for-mail NNTP-Posting-Date: Mon, 06 Feb 2012 23:58:55 -0600 Date: Mon, 06 Feb 2012 21:58:50 -0800 From: Patricia Shanahan User-Agent: Mozilla/5.0 (Windows NT 5.2; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 Newsgroups: comp.lang.java.programmer Subject: Re: Poll: Is a Java Method an Instance of the Java Class java.lang.reflect.Method? Please reply with YES or NO. References: <7747b7da-e579-4514-bdff-a9eb8842cc51@l16g2000vbl.googlegroups.com> In-Reply-To: <7747b7da-e579-4514-bdff-a9eb8842cc51@l16g2000vbl.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Lines: 22 X-Usenet-Provider: http://www.giganews.com NNTP-Posting-Host: 70.230.206.198 X-Trace: sv3-Uiz0hpwk7jc/oqT7lXyxnNq+RRggPsIwA2VsavGv6IebKdpMCbzjXLLdoswouxd7qe03XWrX3ocdw0+!nS1lX4dMciVROX81FMIz2lvXdHoG/12/MwoK4mlj+G6TuSHKOouOeuLlL8iQwgWO8uKPQkLNRlnf!uaUJmGAsuMSHNlBJaQE6MjFw8ss2AhZ55E5Pd2RkFz3QRUc= X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1874 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:11799 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