
05-08-2008, 11:10 AM
|
 |
Moderator
|
|
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 2,338
|
|

Hmm, I'm not saying that you are wrong. But can't find symbol is something different than forward referencing. Here you can find the symbol, but can't reference.
Something like this, you can't find the symbol.
public class MyQuiz {
private int i = e;
private int j = 10;
public static void main(String args[])
{
System.out.println((new MyQuiz()).i);
}
}
Just compile and see the exceptions there. 
__________________
Use an appropriate Subject. "Help, urgent!" isn't one. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Has someone helped you? Then you can To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. their helpful post.
Want to make your IDE the best? To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|