Home / CSE MCQs / JAVA MCQs :: Discussion

Discussion :: JAVA MCQs

  1. Which of the following is method of System class is used to find how long a program takes to execute?
  2. A.
    currenttime()
    B.
    currentTime()
    C.
    currentTimeMillis()
    D.
    currenttimeMillis()

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    currentTimeMillis()


Be The First To Comment