Home > Java Programming > Flow Control > Questions and Answers
Q: |
class A{ Public static void test(){ System.out.println(“I am in test methodâ€); } Public static void main(String args[]){ System.out.println(“I am in main methodâ€); } Public static void test1(){ System.out.println(“I am in test methodâ€); } } Which will print the output?
| ||||||||||
|
Comment on this Question | |
Name: | |
|