Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #10968
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Jeff Higgins <jeff@invalid.invalid> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: comparing two test files |
| Date | Fri, 23 Dec 2011 06:03:20 -0500 |
| Organization | A noiseless patient Spider |
| Lines | 25 |
| Message-ID | <jd1mtd$og8$1@dont-email.me> (permalink) |
| References | <5fdf65a2-052b-4c0b-b6bf-bc4dc8a7dd02@v24g2000prn.googlegroups.com> <jd1kpb$edl$1@dont-email.me> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Injection-Date | Fri, 23 Dec 2011 10:58:53 +0000 (UTC) |
| Injection-Info | mx04.eternal-september.org; posting-host="qwFw1g9RsQ6TkML5yezG9A"; logging-data="25096"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/5EkK9QdOdrCDvOs+hhoVggSsF31xJJOU=" |
| User-Agent | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20111110 Icedove/3.0.11 |
| In-Reply-To | <jd1kpb$edl$1@dont-email.me> |
| Cancel-Lock | sha1:7I8g1f545l7pXx6NpAYpaL9qYhc= |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:10968 |
Show key headers only | View raw
On 12/23/2011 05:27 AM, Jeff Higgins wrote:
> On 12/23/2011 03:45 AM, ruds wrote:
>> Hi,
>> Kindly help.
> <http://sscce.org/>
public class Scratch {
public static void main(String[] args) {
while (true)
{
while (true)
{
if (true)
{
for (;;)
{
if (true) {}
}
}
else {}
}
}
}
}
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
comparing two test files ruds <rudranee@gmail.com> - 2011-12-23 00:45 -0800
Re: comparing two test files Jeff Higgins <jeff@invalid.invalid> - 2011-12-23 05:27 -0500
Re: comparing two test files Jeff Higgins <jeff@invalid.invalid> - 2011-12-23 06:03 -0500
Re: comparing two test files Patricia Shanahan <pats@acm.org> - 2011-12-23 06:37 -0800
Re: comparing two test files Gene Wirchenko <genew@ocis.net> - 2011-12-23 09:18 -0800
Re: comparing two test files Patricia Shanahan <pats@acm.org> - 2011-12-23 10:25 -0800
Re: comparing two test files Gene Wirchenko <genew@ocis.net> - 2011-12-23 11:13 -0800
Re: comparing two test files Patricia Shanahan <pats@acm.org> - 2011-12-23 11:45 -0800
Re: comparing two test files markspace <-@.> - 2011-12-23 07:50 -0800
csiph-web