Re: exit from the current loop

2003-01-23 Thread Abdul jeelani
l Message - From: "Jayant Kataria" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 23, 2003 5:35 PM Subject: Re: exit from the current loop Hi, "continue" is what will take you out of the current iteration. regards Jayant -Original

Re: exit from the current loop

2003-01-23 Thread Christian Bollmeyer
Some more guesses? http://java.sun.com/docs/books/jls/second_edition/html/statements.doc.html#6 842 -- Chris (SCPJ2) - Original Message - From: "Francisco Manuel Martínez Suárez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 23, 2003 1:00 PM

Re: exit from the current loop

2003-01-23 Thread Christian Bollmeyer
Honestly: read a book. -- Chris (SCPJ2) - Original Message - From: "karthik s" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 23, 2003 12:52 PM Subject: exit from the current loop > hi all, > Is there any thing to exit from the current loop in Java as we hav > bre

Re: exit from the current loop

2003-01-23 Thread Francisco Manuel Martínez Suárez
ED] > Asunto: Re: exit from the current loop > > Hi, > "continue" is what will take you out of the current iteration. > > regards > Jayant > > -Original Message- > From: Kuruba, Chandrashekar (Cognizant) > [mailto:[EMAIL PROTECTED]] > Sent:

Re: exit from the current loop

2003-01-23 Thread Sandeep Gain
ya of course same break statement . break label; check out this url http://java.about.com/library/tutorials/bltut-014-2.htm -Original Message- From: karthik s [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 5:22 PM To: [EMAIL PROTECTED] Subject: exit from the current loop hi

Re: exit from the current loop

2003-01-23 Thread Francisco Manuel Martínez Suárez
Use break; as well. Regards > -Mensaje original- > De: karthik s [SMTP:[EMAIL PROTECTED]] > Enviado el: jueves 23 de enero de 2003 11:52 > Para: [EMAIL PROTECTED] > Asunto: exit from the current loop > > hi all, > Is there any thing to exit from the current loop in Java as we

Re: exit from the current loop

2003-01-23 Thread Jayant Kataria
Hi, "continue" is what will take you out of the current iteration. regards Jayant -Original Message- From: Kuruba, Chandrashekar (Cognizant) [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 5:32 PM To: [EMAIL PROTECTED] Subject: Re: exit from the current loop i g

Re: exit from the current loop

2003-01-23 Thread Kuruba, Chandrashekar (Cognizant)
i guess break is also there in java which is one of the keyword regards, KCS -Original Message- From: karthik s [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 5:22 PM To: [EMAIL PROTECTED] Subject: exit from the current loop hi all, Is there any thing to exit from the cur