Final,Abstract,Static,Strictfp,Native,Synchronized and Transient.
What is meant by non access modifier in java?
What is meant by access modifier in java?
Can we shuffle the words public, static and void of main method in java?
Is there any difference if i use public static void main(String[] args) instead of public static void main(String args[])?
What happen if main method is not declared as public,static and void in java?