what is the output of the following program? import java.util.date ; public class test { public static void main (String [] args) { date date = new date (1234567) ; m1(date) ; system.out.print (date.getTime () + "" ) ; m2(Date) ; system.out.println (date.getTime()) ; }