I have a main method in one public class called "Dated" that looks like this
public static void main (String args[]) throws ParseException
Now I want to call this main method in another class called "Puzzle2" and in another method static void edit;
How can I do so?