Recent content by josephaswin

  1. J

    Java 7 ways of declaring main in java

    hi, i know there are 7 ways to declare main in java as 1.public static void main(String args[]) 2.static public void main(String args[]) but what are the other ways? but only change first two keywords i.e. public and static and use the required keywords. this is the question...
Back
Top