Core Java Question:

Explain about the interpreter in Java?

Answer:

Machines should have Java interpreter for the Java byte code to get executed. Linking is a very easy process and this feature helps while developing applications. Java compiler which is available with software development kit is a bit slower in execution of scripts.

Read All 17 Core Java Questions
Previous QuestionNext Question
Explain about the security aspect of Java?Explain about the performance aspects of Core Java?