Home > Java Programming > Static Concept > Questions and Answers
Exercise:
Q: |
class A{ Int I; Static{ A a=new A(); System.out.println(a.i); } } | ||||||||||
|
Comment on this Question | |
Name: | |
|