Access Modifier for Methods
Questions:
a) It is ok to say „static public void main(
String args[]) ..“ (True/False)
b) It is ok to say „public void static main(String args[]) ..“ (True/False)
c) It is ok to say „void abstract method();“ (True/False)
d) It is ok to say „void method() {} instead of public void method() {}
When you implement abstract method (True/False)
Please answer and give a reason.
Thanks.
Thomas.