java calling a method in main code example
Example 1: java main method
public static void main(String args[]){}
Example 2: java main method
// for autocomplete just type
main
// and a shortcut shoould apear
public static void main(String args[]){}
// for autocomplete just type
main
// and a shortcut shoould apear