Friends,
Is the Act method the same as the main method in other IDEs?
1 2 | public void act() { } |
1 2 | public static void main(String[] args){ } |
1 2 | public void act() { } |
1 2 | public static void main(String[] args){ } |