Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!news.musoftware.de!wum.musoftware.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Robert Klemme Newsgroups: comp.lang.java.programmer Subject: Re: import order Date: Wed, 12 Sep 2012 23:27:40 +0200 Lines: 20 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net RfDM32N6/8c3X1/sca4ZnAhcEFZ7JFr1zqsRqIOvjcA2idGl9viOn2W4sSlk6VQeY= Cancel-Lock: sha1:M4ZdwnFBVezpAjwelk7oxude7Qo= User-Agent: Mozilla/5.0 (Windows NT 6.0; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 In-Reply-To: Xref: csiph.com comp.lang.java.programmer:18697 On 12.09.2012 22:21, bob smith wrote: > Does order ever matter with import statements in Java? > > I don't think so. > > I noticed it does sometimes matter with C++. Why the difference? C++ does not have import statements - as simple as that. If you are referring to #include then we are talking about two dramatically different mechanisms (don't let yourself be fooled of the fact that both mechanisms are used to achieve similar goals). Cheers robert -- remember.guy do |as, often| as.you_can - without end http://blog.rubybestpractices.com/