Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post2.news.xs4all.nl!newszilla.xs4all.nl!not-for-mail Date: Sat, 27 Aug 2011 09:42:36 +0200 From: jaap User-Agent: Mozilla/5.0 (X11; U; Linux i686; nl-NL; rv:1.9.2.20) Gecko/20110805 Lightning/1.0b2 Thunderbird/3.1.12 MIME-Version: 1.0 Newsgroups: comp.lang.java.programmer Subject: Re: java References: <1de867e5-8511-4c7f-8a68-46a68c79cbe1@k12g2000prl.googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Lines: 20 Message-ID: <4e589fed$0$945$e4fe514c@dreader28.news.xs4all.nl> NNTP-Posting-Host: 83.160.252.3 X-Trace: 1314430957 dreader28.news.xs4all.nl 945 [::ffff:83.160.252.3]:56941 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:7407 On 27-08-11 00:22, schreef Arved Sandstrom: > On 11-08-26 09:35 AM, Rajiv Gupta wrote: >> On 2011-08-25 00:57:00 +1000, ajit kumar said: >> >>> in java what does it means getConnection function >> >> > Visual Basic is good because you can use the better variables in Visual > Basic. Java has variables too but they are copy on value references. You > cannot write a swap function of Java copy on value references. So use > real variables in Visual Basic. This means you can better swap > connections. It is hard to write a Java connection pool because of this. Java has the nasty habit that he wants variables to be declared before you can use them. Visual Basic is much smarter, she creates them on the fly. Java programmers are afraid to make mistakes, that's why Java is created this way. Visual Basic programmers are real hero's: they don't make mistakes. Jaap