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