1.

JIT stands for?(a) Just in time(b) Jump in time(c) Jump in text(d) Jump in termsThis question was addressed to me in an interview for internship.Enquiry is from High Level Languages in portion Computer Languages of Computer Fundamentals

Answer»

The CORRECT option is (a) Just in TIME

Explanation: JIT stands for Just in time. JVMs actually compile each BYTECODE instruction to native code the first time it is used.



Discussion

No Comment Found

Related InterviewSolutions