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()) ; }

Respuesta :

Answer: 1234567 7654321

Explanation:

Firstly date was declared  and initialize as 1234567, declared means hive date a specific value.

then the statement reverse specific date value to(7654321)

ACCESS MORE
EDU ACCESS