Home > Java Programming > Static Concept > Questions and Answers
Exercise:
Q: |
class c{ Int I; Static void test1() { System.out.println(“test1â€); } Static void tes2t() { System.out.println(“test1â€); } } | ||||||||||
|
Comment on this Question | |
Name: | |
|