Source :
http://technoheads.blogspot.com/ Choose :
1. Compiler error complaining about access restriction of private variables of Hello.
2. Compiler error complaining about forward referencing. .
3. No Compilation error - The output is 0;
4. No Compilation error - The output is 10;
Answer 2
When I ran the above program using eclipse ,the output I see is 0.
Please correct me where I went wrong
