Java MCQ Set 1 1. What type of scooping is present in JavaScript? a) Lexical b) Literal c) Both Lexical and Literal d) None of the mentioned AnswerAnswer: a [Reason:] JavaScript supports lexical scooping that deals with functions instead of blocks. 2. Which function is used to stop the time logging? a) stopTimeLogging() b) stop()…