Ask Question

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

+2
Answers (1)
  1. 22 February, 17:44
    0
    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)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “what is the output of the following program? import java. util. date; public class test { public static void main (String [] args) { date ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers