| Author |
I'm not able to compile the below prog...can you pleas tell me what is the error in using while loop
|
chanakya nani
Greenhorn
Joined: Jan 11, 2011
Posts: 29
|
|
|
|
 |
Stefaan Dutry
Ranch Hand
Joined: Sep 17, 2010
Posts: 32
|
|
Hello,
From what i see your while loop is placed directly within a class and not within a method or initializer block, so that's your problem there.
Hope this helps.
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19232
|
|
|
I've updated your post to fix the code tags so it's easier to read. It shows that Stefaan is right. You have method declarations inside the while-if, and that's not allowed.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
chanakya nani
Greenhorn
Joined: Jan 11, 2011
Posts: 29
|
|
Stefaan Dutry wrote:Hello,
From what i see your while loop is placed directly within a class and not within a method or initializer block, so that's your problem there.
Hope this helps.
Thank you very much that is helpful.
|
 |
chanakya nani
Greenhorn
Joined: Jan 11, 2011
Posts: 29
|
|
Stefaan Dutry wrote:Hello,
From what i see your while loop is placed directly within a class and not within a method or initializer block, so that's your problem there.
Hope this helps.
Thank You very much...It was helpful.
|
 |
 |
|
|
subject: I'm not able to compile the below prog...can you pleas tell me what is the error in using while loop
|
|
|