Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!nx02.iad01.newshosting.com!newshosting.com!news-out.readnews.com!transit3.readnews.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Lew Newsgroups: comp.lang.java.programmer Subject: Re: java Date: Wed, 24 Aug 2011 13:48:19 -0700 (PDT) Organization: http://groups.google.com Lines: 29 Message-ID: <7b64a291-615e-4188-a8ee-96fc0e8a4e87@glegroupsg2000goo.googlegroups.com> References: <1de867e5-8511-4c7f-8a68-46a68c79cbe1@k12g2000prl.googlegroups.com> Reply-To: comp.lang.java.programmer@googlegroups.com NNTP-Posting-Host: 2620:0:1000:437c:224:d7ff:fe69:5838 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1314218900 28442 127.0.0.1 (24 Aug 2011 20:48:20 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 24 Aug 2011 20:48:20 +0000 (UTC) In-Reply-To: <1de867e5-8511-4c7f-8a68-46a68c79cbe1@k12g2000prl.googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2620:0:1000:437c:224:d7ff:fe69:5838; posting-account=CP-lKQoAAAAGtB5diOuGlDQk0jIwmH0T User-Agent: G2/1.0 X-Google-Web-Client: true Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:7353 ajit kumar wrote: > in java what does it means getConnection function That depends on from what type the method comes. What type are you discuss= ing? In general terms, such a method returns a reference to some sort of "connec= tion" object given some sort of information about what "connection" you wan= t. There are various classes and interfaces in the standard API alone that= sport a 'getConnection()' method, or in some cases more than one such meth= od: There may be others in third-party libraries. --=20 Lew